Html Css Color HEX #69829C Slate Grey

📋 copy color: '#69829C'

red 105 ◦ green 130 ◦ blue 156

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

Shades of Slate Grey #69829C

Tints of Slate Grey #69829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.9%

R = 26.85%
G = 33.25%
B = 39.9%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69829C (or 0x69829C) is known color: Slate Grey. HEX triplet: 69, 82 and 9C. RGB value is (105,130,156). Sum of RGB (Red+Green+Blue) = 105+130+156=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #69829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69829C is #967D63. Grayscale: #7D7D7D. Windows color (decimal): -9862500 or 10257001. OLE color: 10257001.

HSL color Cylindrical-coordinate representation of color #69829C: hue angle of 210.59º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69829C is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 130 156 -
CMYK 0.33 0.17 0 0.39
HSL 210.59º 0.2% 0.51% -
HSV(B) 210.59º 0.33% 0.61% -
XYZ 19.81 21.37 34.53 -
YUV 125.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 105 130 156 0.33 0.17 0 0.39 210.59 0.2 0.51
Hex 69 82 9C 21 11 0 27 D3 14 33
Octal 151 202 234 41 21 0 47 323 24 63
Binary 1101001 10000010 10011100 100001 10001 0 100111 11010011 10100 110011

Color Harmonies of #69829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69829C

Black with #69829C

Text Example


Text Example

White with #69829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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