Html Css Color HEX #668299 Slate Grey

📋 copy color: '#668299'

red 102 ◦ green 130 ◦ blue 153

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

Shades of Slate Grey #668299

Tints of Slate Grey #668299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.74%

R = 26.49%
G = 33.77%
B = 39.74%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#668299 (or 0x668299) is known color: Slate Grey. HEX triplet: 66, 82 and 99. RGB value is (102,130,153). Sum of RGB (Red+Green+Blue) = 102+130+153=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #668299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668299 is #997D66. Grayscale: #7C7C7C. Windows color (decimal): -10059111 or 10060390. OLE color: 10060390.

HSL color Cylindrical-coordinate representation of color #668299: hue angle of 207.06º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #668299 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 130 153 -
CMYK 0.33 0.15 0 0.4
HSL 207.06º 0.2% 0.5% -
HSV(B) 207.06º 0.33% 0.6% -
XYZ 19.21 21.09 33.2 -
YUV 124.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 102 130 153 0.33 0.15 0 0.4 207.06 0.2 0.5
Hex 66 82 99 21 F 0 28 CF 14 32
Octal 146 202 231 41 17 0 50 317 24 62
Binary 1100110 10000010 10011001 100001 1111 0 101000 11001111 10100 110010

Color Harmonies of #668299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668299

Black with #668299

Text Example


Text Example

White with #668299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668299; }

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

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

background-color css

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

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

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

border-color css

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

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

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