Html Css Color HEX #69798B Slate Grey

📋 copy color: '#69798B'

red 105 ◦ green 121 ◦ blue 139

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

Shades of Slate Grey #69798B

Tints of Slate Grey #69798B

RGB

 RED value IS 105 (41.41% from 255) = 28.77%

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

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 28.77%
G = 33.15%
B = 38.08%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69798B (or 0x69798B) is known color: Slate Grey. HEX triplet: 69, 79 and 8B. RGB value is (105,121,139). Sum of RGB (Red+Green+Blue) = 105+121+139=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #69798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69798B is #968674. Grayscale: #767676. Windows color (decimal): -9864821 or 9140585. OLE color: 9140585.

HSL color Cylindrical-coordinate representation of color #69798B: hue angle of 211.76º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69798B is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 121 139 -
CMYK 0.24 0.13 0 0.45
HSL 211.76º 0.14% 0.48% -
HSV(B) 211.76º 0.24% 0.55% -
XYZ 17.32 18.54 27.09 -
YUV 118.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 105 121 139 0.24 0.13 0 0.45 211.76 0.14 0.48
Hex 69 79 8B 18 D 0 2D D4 E 30
Octal 151 171 213 30 15 0 55 324 16 60
Binary 1101001 1111001 10001011 11000 1101 0 101101 11010100 1110 110000

Color Harmonies of #69798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69798B

Black with #69798B

Text Example


Text Example

White with #69798B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69798B; }

 p { color: rgb(105,121,139); }

 H1.HeaderClassName
 {
   color: #69798B;
 }
 .AnyTagClassName
 {
   color: #69798B;
 }
</style>

background-color css

<style>
 a { background-color: #69798B; }

 a { background-color: rgb(105,121,139); }

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

border-color css

<style>
 span { border-color: #69798B; }

 span { border-color: rgb(105,121,139); }

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