Html Css Color HEX #6D7999 Slate Grey

📋 copy color: '#6D7999'

red 109 ◦ green 121 ◦ blue 153

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

Shades of Slate Grey #6D7999

Tints of Slate Grey #6D7999

RGB

 RED value IS 109 (42.97% from 255) = 28.46%

 GREEN value IS 121 (47.66% from 255) = 31.59%

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 28.46%
G = 31.59%
B = 39.95%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D7999 (or 0x6D7999) is known color: Slate Grey. HEX triplet: 6D, 79 and 99. RGB value is (109,121,153). Sum of RGB (Red+Green+Blue) = 109+121+153=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D7999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7999 is #928666. Grayscale: #787878. Windows color (decimal): -9602663 or 10058093. OLE color: 10058093.

HSL color Cylindrical-coordinate representation of color #6D7999: hue angle of 223.64º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D7999 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 109 121 153 -
CMYK 0.29 0.21 0 0.4
HSL 223.64º 0.18% 0.51% -
HSV(B) 223.64º 0.29% 0.6% -
XYZ 18.89 19.23 32.85 -
YUV 121.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 109 121 153 0.29 0.21 0 0.4 223.64 0.18 0.51
Hex 6D 79 99 1D 15 0 28 E0 12 33
Octal 155 171 231 35 25 0 50 340 22 63
Binary 1101101 1111001 10011001 11101 10101 0 101000 11100000 10010 110011

Color Harmonies of #6D7999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7999

Black with #6D7999

Text Example


Text Example

White with #6D7999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,121,153); }

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

background-color css

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

 a { background-color: rgb(109,121,153); }

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

border-color css

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

 span { border-color: rgb(109,121,153); }

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