#67A0EB

Color #67A0EB Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #67A0EB

Tints of Cornflower Blue #67A0EB

Color information

#67A0EB (or 0x67A0EB) is unknown color: approx Cornflower Blue. HEX triplet: 67, A0 and EB. RGB value is (103,160,235). Sum of RGB (Red+Green+Blue) = 103+160+235=498 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.68% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #67A0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A0EB is #985F14. Grayscale: #979797. Windows color (decimal): -9985813 or 15442023. OLE color: 15442023.

HSL color Cylindrical-coordinate representation of color #67A0EB: hue angle of 214.09º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67A0EB is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB103160235-
CMYK0.560.3200.08
HSL214.09º76.74%66.27%-
HSV(B)214.09º56.17%92.16%-
XYZ33.1634.0283.42-
YUV151.51175.1293.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 20.68%
GREEN value IS 160 (62.89% from 255) = 32.13%
BLUE value IS 235 (92.19% from 255) = 47.19%
R=20.68%
G=32.13%
B=47.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1031602350.560.3200.08214.0976.7466.27
Hex67A0EB382008d64d42
Octal1472403537040010326115102
Binary11001111010000011101011111000100000010001101011010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67A0EB; }

 p { color: rgb(103,160,235); }

 H1.HeaderClassName
 {
   color: #67A0EB;
 }
 .AnyTagClassName
 {
   color: #67A0EB;
 }
</style>
background-color css

<style>
 a { background-color: #67A0EB; }

 a { background-color: rgb(103,160,235); }

 div.DivClassName
 {
   background-color: #67A0EB;
 }
 .BgClassName
 {
   background-color: #67A0EB;
 }
</style>
border-color css

<style>
 span { border-color: #67A0EB; }

 span { border-color: rgb(103,160,235); }

 td.TdClassName
 {
   border-color: #67A0EB;
 }
 .TagClassName
 {
   border-color: #67A0EB;
 }
</style>