#6E9B9E

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

Shades of Cadet Blue #6E9B9E

Tints of Cadet Blue #6E9B9E

Color information

#6E9B9E (or 0x6E9B9E) is unknown color: approx Cadet Blue. HEX triplet: 6E, 9B and 9E. RGB value is (110,155,158). Sum of RGB (Red+Green+Blue) = 110+155+158=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E9B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9B9E is #916461. Grayscale: #8D8D8D. Windows color (decimal): -9528418 or 10394478. OLE color: 10394478.

HSL color Cylindrical-coordinate representation of color #6E9B9E: hue angle of 183.75º 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 #6E9B9E is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB110155158-
CMYK0.300.0200.38
HSL183.75º19.83%52.55%-
HSV(B)183.75º30.38%61.96%-
XYZ24.3229.2336.71-
YUV141.89137.09105.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=26.00%
G=36.64%
B=37.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101551580.300.0200.38183.7519.8352.55
Hex6E9B9E1E2026b81435
Octal1562332363620462702465
Binary11011101001101110011110111101001001101011100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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