Html Css Color HEX #655BDB Slate Blue

📋 copy color: '#655BDB'

red 101 ◦ green 91 ◦ blue 219

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

Shades of Slate Blue #655BDB

Tints of Slate Blue #655BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.28%

R = 24.57%
G = 22.14%
B = 53.28%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#655BDB (or 0x655BDB) is known color: Slate Blue. HEX triplet: 65, 5B and DB. RGB value is (101,91,219). Sum of RGB (Red+Green+Blue) = 101+91+219=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #655BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BDB is #9AA424. Grayscale: #6C6C6C. Windows color (decimal): -10134565 or 14375781. OLE color: 14375781.

HSL color Cylindrical-coordinate representation of color #655BDB: hue angle of 244.69º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #655BDB is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 91 219 -
CMYK 0.54 0.58 0 0.14
HSL 244.69º 0.64% 0.61% -
HSV(B) 244.69º 0.58% 0.86% -
XYZ 21.89 15.36 68.83 -
YUV 108.58 190.31 122.59 -
System Red Green Blue C M Y K H S L
Decimal 101 91 219 0.54 0.58 0 0.14 244.69 0.64 0.61
Hex 65 5B DB 36 3A 0 E F5 40 3D
Octal 145 133 333 66 72 0 16 365 100 75
Binary 1100101 1011011 11011011 110110 111010 0 1110 11110101 1000000 111101

Color Harmonies of #655BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BDB

Black with #655BDB

Text Example


Text Example

White with #655BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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