#6E999E

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

Shades of Cadet Blue #6E999E

Tints of Cadet Blue #6E999E

Color information

#6E999E (or 0x6E999E) is unknown color: approx Cadet Blue. HEX triplet: 6E, 99 and 9E. RGB value is (110,153,158). Sum of RGB (Red+Green+Blue) = 110+153+158=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E999E is #916661. Grayscale: #8C8C8C. Windows color (decimal): -9528930 or 10393966. OLE color: 10393966.

HSL color Cylindrical-coordinate representation of color #6E999E: hue angle of 186.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E999E is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB110153158-
CMYK0.300.0300.38
HSL186.25º19.83%52.55%-
HSV(B)186.25º30.38%61.96%-
XYZ23.9928.5736.6-
YUV140.71137.75106.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.13%
GREEN value IS 153 (60.16% from 255) = 36.34%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=26.13%
G=36.34%
B=37.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101531580.300.0300.38186.2519.8352.55
Hex6E999E1E3026ba1435
Octal1562312363630462722465
Binary11011101001100110011110111101101001101011101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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