Html Css Color HEX #658299 Slate Grey

📋 copy color: '#658299'

red 101 ◦ green 130 ◦ blue 153

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

Shades of Slate Grey #658299

Tints of Slate Grey #658299

RGB

 RED value IS 101 (39.84% from 255) = 26.3%

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

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

R = 26.3%
G = 33.85%
B = 39.84%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#658299 (or 0x658299) is known color: Slate Grey. HEX triplet: 65, 82 and 99. RGB value is (101,130,153). Sum of RGB (Red+Green+Blue) = 101+130+153=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #658299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658299 is #9A7D66. Grayscale: #7B7B7B. Windows color (decimal): -10124647 or 10060389. OLE color: 10060389.

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

Color convert

RGB 101 130 153 -
CMYK 0.34 0.15 0 0.4
HSL 206.54º 0.2% 0.5% -
HSV(B) 206.54º 0.34% 0.6% -
XYZ 19.1 21.03 33.19 -
YUV 123.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 101 130 153 0.34 0.15 0 0.4 206.54 0.2 0.5
Hex 65 82 99 22 F 0 28 CF 14 32
Octal 145 202 231 42 17 0 50 317 24 62
Binary 1100101 10000010 10011001 100010 1111 0 101000 11001111 10100 110010

Color Harmonies of #658299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658299

Black with #658299

Text Example


Text Example

White with #658299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658299; }

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

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

background-color css

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

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

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

border-color css

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

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

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