#6E999C

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

Shades of Cadet Blue #6E999C

Tints of Cadet Blue #6E999C

Color information

#6E999C (or 0x6E999C) is unknown color: approx Cadet Blue. HEX triplet: 6E, 99 and 9C. RGB value is (110,153,156). Sum of RGB (Red+Green+Blue) = 110+153+156=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E999C is #916663. Grayscale: #8C8C8C. Windows color (decimal): -9528932 or 10262894. OLE color: 10262894.

HSL color Cylindrical-coordinate representation of color #6E999C: hue angle of 183.91º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E999C is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB110153156-
CMYK0.290.0200.39
HSL183.91º18.85%52.16%-
HSV(B)183.91º29.49%61.18%-
XYZ23.8228.535.7-
YUV140.48136.75106.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.25%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=26.25%
G=36.52%
B=37.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1101531560.290.0200.39183.9118.8552.16
Hex6E999C1D2027b81334
Octal1562312343520472702364
Binary11011101001100110011100111011001001111011100010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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