Html Css Color HEX #69809D Slate Grey

📋 copy color: '#69809D'

red 105 ◦ green 128 ◦ blue 157

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

Shades of Slate Grey #69809D

Tints of Slate Grey #69809D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.82%

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 26.92%
G = 32.82%
B = 40.26%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69809D (or 0x69809D) is known color: Slate Grey. HEX triplet: 69, 80 and 9D. RGB value is (105,128,157). Sum of RGB (Red+Green+Blue) = 105+128+157=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #69809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69809D is #967F62. Grayscale: #7C7C7C. Windows color (decimal): -9863011 or 10322025. OLE color: 10322025.

HSL color Cylindrical-coordinate representation of color #69809D: hue angle of 213.46º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69809D is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 128 157 -
CMYK 0.33 0.18 0 0.38
HSL 213.46º 0.21% 0.51% -
HSV(B) 213.46º 0.33% 0.62% -
XYZ 19.63 20.88 34.89 -
YUV 124.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 105 128 157 0.33 0.18 0 0.38 213.46 0.21 0.51
Hex 69 80 9D 21 12 0 26 D5 15 33
Octal 151 200 235 41 22 0 46 325 25 63
Binary 1101001 10000000 10011101 100001 10010 0 100110 11010101 10101 110011

Color Harmonies of #69809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69809D

Black with #69809D

Text Example


Text Example

White with #69809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69809D; }

 p { color: rgb(105,128,157); }

 H1.HeaderClassName
 {
   color: #69809D;
 }
 .AnyTagClassName
 {
   color: #69809D;
 }
</style>

background-color css

<style>
 a { background-color: #69809D; }

 a { background-color: rgb(105,128,157); }

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

border-color css

<style>
 span { border-color: #69809D; }

 span { border-color: rgb(105,128,157); }

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