#67A8F6

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

Shades of Cornflower Blue #67A8F6

Tints of Cornflower Blue #67A8F6

Color information

#67A8F6 (or 0x67A8F6) is unknown color: approx Cornflower Blue. HEX triplet: 67, A8 and F6. RGB value is (103,168,246). Sum of RGB (Red+Green+Blue) = 103+168+246=517 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.92% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 246 (96.48% from 255 or 47.58% from 517); Max value from RGB is 246 - color contains mainly: blue. Hex color #67A8F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A8F6 is #985709. Grayscale: #9D9D9D. Windows color (decimal): -9983754 or 16164967. OLE color: 16164967.

HSL color Cylindrical-coordinate representation of color #67A8F6: hue angle of 212.73º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67A8F6 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB103168246-
CMYK0.580.3200.04
HSL212.73º88.82%68.43%-
HSV(B)212.73º58.13%96.47%-
XYZ36.2337.5492.53-
YUV157.46177.9789.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.92%
GREEN value IS 168 (66.02% from 255) = 32.50%
BLUE value IS 246 (96.48% from 255) = 47.58%
R=19.92%
G=32.50%
B=47.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1031682460.580.3200.04212.7388.8268.43
Hex67A8F63A2004d55944
Octal147250366724004325131104
Binary1100111101010001111011011101010000001001101010110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,168,246); }

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

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

 a { background-color: rgb(103,168,246); }

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

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

 span { border-color: rgb(103,168,246); }

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