Html Css Color HEX #6E989C Cadet Blue

📋 copy color: '#6E989C'

red 110 ◦ green 152 ◦ blue 156

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

Shades of Cadet Blue #6E989C

Tints of Cadet Blue #6E989C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

 BLUE value IS 156 (61.33% from 255) = 37.32%

R = 26.32%
G = 36.36%
B = 37.32%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E989C (or 0x6E989C) is known color: Cadet Blue. HEX triplet: 6E, 98 and 9C. RGB value is (110,152,156). Sum of RGB (Red+Green+Blue) = 110+152+156=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E989C is #916763. Grayscale: #8B8B8B. Windows color (decimal): -9529188 or 10262638. OLE color: 10262638.

HSL color Cylindrical-coordinate representation of color #6E989C: hue angle of 185.22º 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 #6E989C is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 152 156 -
CMYK 0.29 0.03 0 0.39
HSL 185.22º 0.19% 0.52% -
HSV(B) 185.22º 0.29% 0.61% -
XYZ 23.66 28.17 35.64 -
YUV 139.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 110 152 156 0.29 0.03 0 0.39 185.22 0.19 0.52
Hex 6E 98 9C 1D 3 0 27 B9 13 34
Octal 156 230 234 35 3 0 47 271 23 64
Binary 1101110 10011000 10011100 11101 11 0 100111 10111001 10011 110100

Color Harmonies of #6E989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E989C

Black with #6E989C

Text Example


Text Example

White with #6E989C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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