Html Css Color HEX #655BD8 Slate Blue

📋 copy color: '#655BD8'

red 101 ◦ green 91 ◦ blue 216

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

Shades of Slate Blue #655BD8

Tints of Slate Blue #655BD8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.3%

 BLUE value IS 216 (84.77% from 255) = 52.94%

R = 24.75%
G = 22.3%
B = 52.94%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#655BD8 (or 0x655BD8) is known color: Slate Blue. HEX triplet: 65, 5B and D8. RGB value is (101,91,216). Sum of RGB (Red+Green+Blue) = 101+91+216=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 216 (84.77% from 255 or 52.94% from 408); Max value from RGB is 216 - color contains mainly: blue. Hex color #655BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BD8 is #9AA427. Grayscale: #6B6B6B. Windows color (decimal): -10134568 or 14179173. OLE color: 14179173.

HSL color Cylindrical-coordinate representation of color #655BD8: hue angle of 244.8º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #655BD8 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 91 216 -
CMYK 0.53 0.58 0 0.15
HSL 244.8º 0.62% 0.6% -
HSV(B) 244.8º 0.58% 0.85% -
XYZ 21.5 15.21 66.77 -
YUV 108.24 188.81 122.84 -
System Red Green Blue C M Y K H S L
Decimal 101 91 216 0.53 0.58 0 0.15 244.8 0.62 0.6
Hex 65 5B D8 35 3A 0 F F5 3E 3C
Octal 145 133 330 65 72 0 17 365 76 74
Binary 1100101 1011011 11011000 110101 111010 0 1111 11110101 111110 111100

Color Harmonies of #655BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BD8

Black with #655BD8

Text Example


Text Example

White with #655BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655BD8; }

 p { color: rgb(101,91,216); }

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

background-color css

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

 a { background-color: rgb(101,91,216); }

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

border-color css

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

 span { border-color: rgb(101,91,216); }

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