Html Css Color HEX #658095 Slate Grey

📋 copy color: '#658095'

red 101 ◦ green 128 ◦ blue 149

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

Shades of Slate Grey #658095

Tints of Slate Grey #658095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.42%

R = 26.72%
G = 33.86%
B = 39.42%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#658095 (or 0x658095) is known color: Slate Grey. HEX triplet: 65, 80 and 95. RGB value is (101,128,149). Sum of RGB (Red+Green+Blue) = 101+128+149=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #658095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658095 is #9A7F6A. Grayscale: #7A7A7A. Windows color (decimal): -10125163 or 9797733. OLE color: 9797733.

HSL color Cylindrical-coordinate representation of color #658095: hue angle of 206.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #658095 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 128 149 -
CMYK 0.32 0.14 0 0.42
HSL 206.25º 0.19% 0.49% -
HSV(B) 206.25º 0.32% 0.58% -
XYZ 18.51 20.37 31.39 -
YUV 122.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 101 128 149 0.32 0.14 0 0.42 206.25 0.19 0.49
Hex 65 80 95 20 E 0 2A CE 13 31
Octal 145 200 225 40 16 0 52 316 23 61
Binary 1100101 10000000 10010101 100000 1110 0 101010 11001110 10011 110001

Color Harmonies of #658095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658095

Black with #658095

Text Example


Text Example

White with #658095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658095; }

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

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

background-color css

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

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

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

border-color css

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

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

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