Html Css Color HEX #69829D Slate Grey

📋 copy color: '#69829D'

red 105 ◦ green 130 ◦ blue 157

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

Shades of Slate Grey #69829D

Tints of Slate Grey #69829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.16%

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

R = 26.79%
G = 33.16%
B = 40.05%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69829D (or 0x69829D) is known color: Slate Grey. HEX triplet: 69, 82 and 9D. RGB value is (105,130,157). Sum of RGB (Red+Green+Blue) = 105+130+157=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #69829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69829D is #967D62. Grayscale: #7D7D7D. Windows color (decimal): -9862499 or 10322537. OLE color: 10322537.

HSL color Cylindrical-coordinate representation of color #69829D: hue angle of 211.15º 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 #69829D is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 130 157 -
CMYK 0.33 0.17 0 0.38
HSL 211.15º 0.21% 0.51% -
HSV(B) 211.15º 0.33% 0.62% -
XYZ 19.89 21.4 34.98 -
YUV 125.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 105 130 157 0.33 0.17 0 0.38 211.15 0.21 0.51
Hex 69 82 9D 21 11 0 26 D3 15 33
Octal 151 202 235 41 21 0 46 323 25 63
Binary 1101001 10000010 10011101 100001 10001 0 100110 11010011 10101 110011

Color Harmonies of #69829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69829D

Black with #69829D

Text Example


Text Example

White with #69829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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