Html Css Color HEX #655BD2 Slate Blue

📋 copy color: '#655BD2'

red 101 ◦ green 91 ◦ blue 210

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

Shades of Slate Blue #655BD2

Tints of Slate Blue #655BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 52.24%

R = 25.12%
G = 22.64%
B = 52.24%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#655BD2 (or 0x655BD2) is known color: Slate Blue. HEX triplet: 65, 5B and D2. RGB value is (101,91,210). Sum of RGB (Red+Green+Blue) = 101+91+210=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 210 (82.42% from 255 or 52.24% from 402); Max value from RGB is 210 - color contains mainly: blue. Hex color #655BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BD2 is #9AA42D. Grayscale: #6B6B6B. Windows color (decimal): -10134574 or 13785957. OLE color: 13785957.

HSL color Cylindrical-coordinate representation of color #655BD2: hue angle of 245.04º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #655BD2 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 91 210 -
CMYK 0.52 0.57 0 0.18
HSL 245.04º 0.57% 0.59% -
HSV(B) 245.04º 0.57% 0.82% -
XYZ 20.74 14.9 62.76 -
YUV 107.56 185.81 123.32 -
System Red Green Blue C M Y K H S L
Decimal 101 91 210 0.52 0.57 0 0.18 245.04 0.57 0.59
Hex 65 5B D2 34 39 0 12 F5 39 3B
Octal 145 133 322 64 71 0 22 365 71 73
Binary 1100101 1011011 11010010 110100 111001 0 10010 11110101 111001 111011

Color Harmonies of #655BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BD2

Black with #655BD2

Text Example


Text Example

White with #655BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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