Html Css Color HEX #69829F Light Slate Grey

📋 copy color: '#69829F'

red 105 ◦ green 130 ◦ blue 159

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

Shades of Light Slate Grey #69829F

Tints of Light Slate Grey #69829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.36%

R = 26.65%
G = 32.99%
B = 40.36%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69829F (or 0x69829F) is known color: Light Slate Grey. HEX triplet: 69, 82 and 9F. RGB value is (105,130,159). Sum of RGB (Red+Green+Blue) = 105+130+159=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #69829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69829F is #967D60. Grayscale: #7D7D7D. Windows color (decimal): -9862497 or 10453609. OLE color: 10453609.

HSL color Cylindrical-coordinate representation of color #69829F: hue angle of 212.22º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69829F is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 130 159 -
CMYK 0.34 0.18 0 0.38
HSL 212.22º 0.22% 0.52% -
HSV(B) 212.22º 0.34% 0.62% -
XYZ 20.07 21.47 35.89 -
YUV 125.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 105 130 159 0.34 0.18 0 0.38 212.22 0.22 0.52
Hex 69 82 9F 22 12 0 26 D4 16 34
Octal 151 202 237 42 22 0 46 324 26 64
Binary 1101001 10000010 10011111 100010 10010 0 100110 11010100 10110 110100

Color Harmonies of #69829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69829F

Black with #69829F

Text Example


Text Example

White with #69829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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