#67A0FA

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

Shades of Cornflower Blue #67A0FA

Tints of Cornflower Blue #67A0FA

Color information

#67A0FA (or 0x67A0FA) is unknown color: approx Cornflower Blue. HEX triplet: 67, A0 and FA. RGB value is (103,160,250). Sum of RGB (Red+Green+Blue) = 103+160+250=513 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.08% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #67A0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A0FA is #985F05. Grayscale: #989898. Windows color (decimal): -9985798 or 16425063. OLE color: 16425063.

HSL color Cylindrical-coordinate representation of color #67A0FA: hue angle of 216.73º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67A0FA is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB103160250-
CMYK0.590.3600.02
HSL216.73º93.63%69.22%-
HSV(B)216.73º58.8%98.04%-
XYZ35.4234.9395.32-
YUV153.22182.6292.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.08%
GREEN value IS 160 (62.89% from 255) = 31.19%
BLUE value IS 250 (98.05% from 255) = 48.73%
R=20.08%
G=31.19%
B=48.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1031602500.590.3600.02216.7393.6369.22
Hex67A0FA3B2402d95e45
Octal147240372734402331136105
Binary110011110100000111110101110111001000101101100110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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