#69A1E7

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

Shades of Cornflower Blue #69A1E7

Tints of Cornflower Blue #69A1E7

Color information

#69A1E7 (or 0x69A1E7) is unknown color: approx Cornflower Blue. HEX triplet: 69, A1 and E7. RGB value is (105,161,231). Sum of RGB (Red+Green+Blue) = 105+161+231=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #69A1E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A1E7 is #965E18. Grayscale: #979797. Windows color (decimal): -9854489 or 15180137. OLE color: 15180137.

HSL color Cylindrical-coordinate representation of color #69A1E7: hue angle of 213.33º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69A1E7 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB105161231-
CMYK0.550.3000.09
HSL213.33º72.41%65.88%-
HSV(B)213.33º54.55%90.59%-
XYZ32.9934.2680.48-
YUV152.24172.4594.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.13%
GREEN value IS 161 (63.28% from 255) = 32.39%
BLUE value IS 231 (90.62% from 255) = 46.48%
R=21.13%
G=32.39%
B=46.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1051612310.550.3000.09213.3372.4165.88
Hex69A1E7371E09d54842
Octal1512413476736011325110102
Binary1101001101000011110011111011111110010011101010110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,161,231); }

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

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

 a { background-color: rgb(105,161,231); }

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

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

 span { border-color: rgb(105,161,231); }

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