#69A4FF

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

Shades of Cornflower Blue #69A4FF

Tints of Cornflower Blue #69A4FF

Color information

#69A4FF (or 0x69A4FF) is unknown color: approx Cornflower Blue. HEX triplet: 69, A4 and FF. RGB value is (105,164,255). Sum of RGB (Red+Green+Blue) = 105+164+255=524 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.04% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #69A4FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A4FF is #965B00. Grayscale: #9C9C9C. Windows color (decimal): -9853697 or 16753769. OLE color: 16753769.

HSL color Cylindrical-coordinate representation of color #69A4FF: hue angle of 216.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69A4FF is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105164255-
CMYK0.590.3600
HSL216.4º100%70.59%-
HSV(B)216.4º58.82%100%-
XYZ37.1536.7799.75-
YUV156.73183.4591.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.04%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 255 (100% from 255) = 48.66%
R=20.04%
G=31.30%
B=48.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051642550.590.3600216.410070.59
Hex69A4FF3B2400d86447
Octal151244377734400330144107
Binary11010011010010011111111111011100100001101100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A4FF; }

 p { color: rgb(105,164,255); }

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

<style>
 a { background-color: #69A4FF; }

 a { background-color: rgb(105,164,255); }

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

<style>
 span { border-color: #69A4FF; }

 span { border-color: rgb(105,164,255); }

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