Html Css Color HEX #6E999D Cadet Blue

📋 copy color: '#6E999D'

red 110 ◦ green 153 ◦ blue 157

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

Shades of Cadet Blue #6E999D

Tints of Cadet Blue #6E999D

RGB

 RED value IS 110 (43.36% from 255) = 26.19%

 GREEN value IS 153 (60.16% from 255) = 36.43%

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 26.19%
G = 36.43%
B = 37.38%

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

#6E999D (or 0x6E999D) is known color: Cadet Blue. HEX triplet: 6E, 99 and 9D. RGB value is (110,153,157). Sum of RGB (Red+Green+Blue) = 110+153+157=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E999D is #916662. Grayscale: #8C8C8C. Windows color (decimal): -9528931 or 10328430. OLE color: 10328430.

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

Color convert

RGB 110 153 157 -
CMYK 0.30 0.03 0 0.38
HSL 185.11º 0.19% 0.52% -
HSV(B) 185.11º 0.3% 0.62% -
XYZ 23.91 28.53 36.15 -
YUV 140.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 110 153 157 0.30 0.03 0 0.38 185.11 0.19 0.52
Hex 6E 99 9D 1E 3 0 26 B9 13 34
Octal 156 231 235 36 3 0 46 271 23 64
Binary 1101110 10011001 10011101 11110 11 0 100110 10111001 10011 110100

Color Harmonies of #6E999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E999D

Black with #6E999D

Text Example


Text Example

White with #6E999D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E999D;
 }
 .AnyTagClassName
 {
   color: #6E999D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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