#6E99A0

Color #6E99A0 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #6E99A0

Tints of Cadet Blue #6E99A0

Color information

#6E99A0 (or 0x6E99A0) is unknown color: approx Cadet Blue. HEX triplet: 6E, 99 and A0. RGB value is (110,153,160). Sum of RGB (Red+Green+Blue) = 110+153+160=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 160 - color contains mainly: blue. Hex color #6E99A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E99A0 is #91665F. Grayscale: #8C8C8C. Windows color (decimal): -9528928 or 10525038. OLE color: 10525038.

HSL color Cylindrical-coordinate representation of color #6E99A0: hue angle of 188.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E99A0 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB110153160-
CMYK0.310.0400.37
HSL188.4º20.83%52.94%-
HSV(B)188.4º31.25%62.75%-
XYZ24.1728.6437.51-
YUV140.94138.75105.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=26.00%
G=36.17%
B=37.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1101531600.310.0400.37188.420.8352.94
Hex6E99A01F4025bc1535
Octal1562312403740452742565
Binary110111010011001101000001111110001001011011110010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E99A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E99A0; }

 p { color: rgb(110,153,160); }

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

<style>
 a { background-color: #6E99A0; }

 a { background-color: rgb(110,153,160); }

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

<style>
 span { border-color: #6E99A0; }

 span { border-color: rgb(110,153,160); }

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