#67A6FC

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

Shades of Cornflower Blue #67A6FC

Tints of Cornflower Blue #67A6FC

Color information

#67A6FC (or 0x67A6FC) is unknown color: approx Cornflower Blue. HEX triplet: 67, A6 and FC. RGB value is (103,166,252). Sum of RGB (Red+Green+Blue) = 103+166+252=521 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.77% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #67A6FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A6FC is #985903. Grayscale: #9C9C9C. Windows color (decimal): -9984260 or 16557671. OLE color: 16557671.

HSL color Cylindrical-coordinate representation of color #67A6FC: hue angle of 214.63º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67A6FC is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB103166252-
CMYK0.590.3400.01
HSL214.63º96.13%69.61%-
HSV(B)214.63º59.13%98.82%-
XYZ36.837.1897.33-
YUV156.97181.6389.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.77%
GREEN value IS 166 (65.23% from 255) = 31.86%
BLUE value IS 252 (98.83% from 255) = 48.37%
R=19.77%
G=31.86%
B=48.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1031662520.590.3400.01214.6396.1369.61
Hex67A6FC3B2201d76046
Octal147246374734201327140106
Binary11001111010011011111100111011100010011101011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,166,252); }

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

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

 a { background-color: rgb(103,166,252); }

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

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

 span { border-color: rgb(103,166,252); }

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