Html Css Color HEX #655BCB Slate Blue

📋 copy color: '#655BCB'

red 101 ◦ green 91 ◦ blue 203

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

Shades of Slate Blue #655BCB

Tints of Slate Blue #655BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.39%

R = 25.57%
G = 23.04%
B = 51.39%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#655BCB (or 0x655BCB) is known color: Slate Blue. HEX triplet: 65, 5B and CB. RGB value is (101,91,203). Sum of RGB (Red+Green+Blue) = 101+91+203=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #655BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BCB is #9AA434. Grayscale: #6A6A6A. Windows color (decimal): -10134581 or 13327205. OLE color: 13327205.

HSL color Cylindrical-coordinate representation of color #655BCB: hue angle of 245.36º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #655BCB is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 91 203 -
CMYK 0.50 0.55 0 0.20
HSL 245.36º 0.52% 0.58% -
HSV(B) 245.36º 0.55% 0.8% -
XYZ 19.89 14.56 58.26 -
YUV 106.76 182.31 123.89 -
System Red Green Blue C M Y K H S L
Decimal 101 91 203 0.50 0.55 0 0.20 245.36 0.52 0.58
Hex 65 5B CB 32 37 0 14 F5 34 3A
Octal 145 133 313 62 67 0 24 365 64 72
Binary 1100101 1011011 11001011 110010 110111 0 10100 11110101 110100 111010

Color Harmonies of #655BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BCB

Black with #655BCB

Text Example


Text Example

White with #655BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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