#67A0FD

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

Shades of Cornflower Blue #67A0FD

Tints of Cornflower Blue #67A0FD

Color information

#67A0FD (or 0x67A0FD) is unknown color: approx Cornflower Blue. HEX triplet: 67, A0 and FD. RGB value is (103,160,253). Sum of RGB (Red+Green+Blue) = 103+160+253=516 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.96% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #67A0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A0FD is #985F02. Grayscale: #999999. Windows color (decimal): -9985795 or 16621671. OLE color: 16621671.

HSL color Cylindrical-coordinate representation of color #67A0FD: hue angle of 217.2º degrees, saturation: 0.97, 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 #67A0FD is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB103160253-
CMYK0.590.3700.01
HSL217.2º97.4%69.8%-
HSV(B)217.2º59.29%99.22%-
XYZ35.8935.1297.81-
YUV153.56184.1291.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.96%
GREEN value IS 160 (62.89% from 255) = 31.01%
BLUE value IS 253 (99.22% from 255) = 49.03%
R=19.96%
G=31.01%
B=49.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1031602530.590.3700.01217.297.469.8
Hex67A0FD3B2501d96146
Octal147240375734501331141106
Binary11001111010000011111101111011100101011101100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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