Html Css Color HEX #658096 Slate Grey

📋 copy color: '#658096'

red 101 ◦ green 128 ◦ blue 150

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

Shades of Slate Grey #658096

Tints of Slate Grey #658096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.77%

 BLUE value IS 150 (58.98% from 255) = 39.58%

R = 26.65%
G = 33.77%
B = 39.58%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#658096 (or 0x658096) is known color: Slate Grey. HEX triplet: 65, 80 and 96. RGB value is (101,128,150). Sum of RGB (Red+Green+Blue) = 101+128+150=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #658096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658096 is #9A7F69. Grayscale: #7A7A7A. Windows color (decimal): -10125162 or 9863269. OLE color: 9863269.

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

Color convert

RGB 101 128 150 -
CMYK 0.33 0.15 0 0.41
HSL 206.94º 0.2% 0.49% -
HSV(B) 206.94º 0.33% 0.59% -
XYZ 18.59 20.41 31.81 -
YUV 122.44 143.55 112.71 -
System Red Green Blue C M Y K H S L
Decimal 101 128 150 0.33 0.15 0 0.41 206.94 0.2 0.49
Hex 65 80 96 21 F 0 29 CF 14 31
Octal 145 200 226 41 17 0 51 317 24 61
Binary 1100101 10000000 10010110 100001 1111 0 101001 11001111 10100 110001

Color Harmonies of #658096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658096

Black with #658096

Text Example


Text Example

White with #658096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658096; }

 p { color: rgb(101,128,150); }

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

background-color css

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

 a { background-color: rgb(101,128,150); }

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

border-color css

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

 span { border-color: rgb(101,128,150); }

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