#69A6ED

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

Shades of Cornflower Blue #69A6ED

Tints of Cornflower Blue #69A6ED

Color information

#69A6ED (or 0x69A6ED) is unknown color: approx Cornflower Blue. HEX triplet: 69, A6 and ED. RGB value is (105,166,237). Sum of RGB (Red+Green+Blue) = 105+166+237=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #69A6ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A6ED is #965912. Grayscale: #9B9B9B. Windows color (decimal): -9853203 or 15574633. OLE color: 15574633.

HSL color Cylindrical-coordinate representation of color #69A6ED: hue angle of 212.27º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69A6ED is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105166237-
CMYK0.560.3000.07
HSL212.27º78.57%67.06%-
HSV(B)212.27º55.7%92.94%-
XYZ34.7536.3985.31-
YUV155.85173.7991.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.67%
GREEN value IS 166 (65.23% from 255) = 32.68%
BLUE value IS 237 (92.97% from 255) = 46.65%
R=20.67%
G=32.68%
B=46.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1051662370.560.3000.07212.2778.5767.06
Hex69A6ED381E07d44f43
Octal151246355703607324117103
Binary110100110100110111011011110001111001111101010010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,166,237); }

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

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

 a { background-color: rgb(105,166,237); }

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

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

 span { border-color: rgb(105,166,237); }

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