Html Css Color HEX #66829B Slate Grey

📋 copy color: '#66829B'

red 102 ◦ green 130 ◦ blue 155

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

Shades of Slate Grey #66829B

Tints of Slate Grey #66829B

RGB

 RED value IS 102 (40.23% from 255) = 26.36%

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

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 26.36%
G = 33.59%
B = 40.05%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66829B (or 0x66829B) is known color: Slate Grey. HEX triplet: 66, 82 and 9B. RGB value is (102,130,155). Sum of RGB (Red+Green+Blue) = 102+130+155=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #66829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66829B is #997D64. Grayscale: #7C7C7C. Windows color (decimal): -10059109 or 10191462. OLE color: 10191462.

HSL color Cylindrical-coordinate representation of color #66829B: hue angle of 208.3º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66829B is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 130 155 -
CMYK 0.34 0.16 0 0.39
HSL 208.3º 0.21% 0.5% -
HSV(B) 208.3º 0.34% 0.61% -
XYZ 19.38 21.16 34.07 -
YUV 124.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 102 130 155 0.34 0.16 0 0.39 208.3 0.21 0.5
Hex 66 82 9B 22 10 0 27 D0 15 32
Octal 146 202 233 42 20 0 47 320 25 62
Binary 1100110 10000010 10011011 100010 10000 0 100111 11010000 10101 110010

Color Harmonies of #66829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66829B

Black with #66829B

Text Example


Text Example

White with #66829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,130,155); }

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

background-color css

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

 a { background-color: rgb(102,130,155); }

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

border-color css

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

 span { border-color: rgb(102,130,155); }

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