Html Css Color HEX #6E999C Cadet Blue

📋 copy color: '#6E999C'

red 110 ◦ green 153 ◦ blue 156

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

Shades of Cadet Blue #6E999C

Tints of Cadet Blue #6E999C

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

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

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

RGB 110 153 156 -
CMYK 0.29 0.02 0 0.39
HSL 183.91º 0.19% 0.52% -
HSV(B) 183.91º 0.29% 0.61% -
XYZ 23.82 28.5 35.7 -
YUV 140.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 110 153 156 0.29 0.02 0 0.39 183.91 0.19 0.52
Hex 6E 99 9C 1D 2 0 27 B8 13 34
Octal 156 231 234 35 2 0 47 270 23 64
Binary 1101110 10011001 10011100 11101 10 0 100111 10111000 10011 110100

Color Harmonies of #6E999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E999C

Black with #6E999C

Text Example


Text Example

White with #6E999C

Text Example


Text Example

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