Html Css Color HEX #6E999E Cadet Blue

📋 copy color: '#6E999E'

red 110 ◦ green 153 ◦ blue 158

#6E999E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #6E999E

Tints of Cadet Blue #6E999E

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 value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E999E (or 0x6E999E) is known color: 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

RGB 110 153 158 -
CMYK 0.30 0.03 0 0.38
HSL 186.25º 0.2% 0.53% -
HSV(B) 186.25º 0.3% 0.62% -
XYZ 23.99 28.57 36.6 -
YUV 140.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 110 153 158 0.30 0.03 0 0.38 186.25 0.2 0.53
Hex 6E 99 9E 1E 3 0 26 BA 14 35
Octal 156 231 236 36 3 0 46 272 24 65
Binary 1101110 10011001 10011110 11110 11 0 100110 10111010 10100 110101

Color Harmonies of #6E999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E999E

Black with #6E999E

Text Example


Text Example

White with #6E999E

Text Example


Text Example

HTML Codes & Css Web 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>