Html Css Color HEX #6E979F Cadet Blue

📋 copy color: '#6E979F'

red 110 ◦ green 151 ◦ blue 159

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

Shades of Cadet Blue #6E979F

Tints of Cadet Blue #6E979F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.95%

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 26.19%
G = 35.95%
B = 37.86%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E979F (or 0x6E979F) is known color: Cadet Blue. HEX triplet: 6E, 97 and 9F. RGB value is (110,151,159). Sum of RGB (Red+Green+Blue) = 110+151+159=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E979F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E979F is #916860. Grayscale: #8B8B8B. Windows color (decimal): -9529441 or 10458990. OLE color: 10458990.

HSL color Cylindrical-coordinate representation of color #6E979F: hue angle of 189.8º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E979F is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 151 159 -
CMYK 0.31 0.05 0 0.38
HSL 189.8º 0.2% 0.53% -
HSV(B) 189.8º 0.31% 0.62% -
XYZ 23.76 27.95 36.94 -
YUV 139.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 110 151 159 0.31 0.05 0 0.38 189.8 0.2 0.53
Hex 6E 97 9F 1F 5 0 26 BE 14 35
Octal 156 227 237 37 5 0 46 276 24 65
Binary 1101110 10010111 10011111 11111 101 0 100110 10111110 10100 110101

Color Harmonies of #6E979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E979F

Black with #6E979F

Text Example


Text Example

White with #6E979F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,151,159); }

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

background-color css

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

 a { background-color: rgb(110,151,159); }

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

border-color css

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

 span { border-color: rgb(110,151,159); }

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