#69A1E6

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

Shades of Cornflower Blue #69A1E6

Tints of Cornflower Blue #69A1E6

Color information

#69A1E6 (or 0x69A1E6) is unknown color: approx Cornflower Blue. HEX triplet: 69, A1 and E6. RGB value is (105,161,230). Sum of RGB (Red+Green+Blue) = 105+161+230=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #69A1E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A1E6 is #965E19. Grayscale: #979797. Windows color (decimal): -9854490 or 15114601. OLE color: 15114601.

HSL color Cylindrical-coordinate representation of color #69A1E6: hue angle of 213.12º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69A1E6 is Cyan = 0.54, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB105161230-
CMYK0.540.300.10
HSL213.12º71.43%65.69%-
HSV(B)213.12º54.35%90.2%-
XYZ32.8534.2179.73-
YUV152.12171.9594.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.17%
GREEN value IS 161 (63.28% from 255) = 32.46%
BLUE value IS 230 (90.23% from 255) = 46.37%
R=21.17%
G=32.46%
B=46.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1051612300.540.300.10213.1271.4365.69
Hex69A1E6361E0Ad54742
Octal1512413466636012325107102
Binary1101001101000011110011011011011110010101101010110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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