Html Css Color HEX #655DDB Slate Blue

📋 copy color: '#655DDB'

red 101 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #655DDB

Tints of Slate Blue #655DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.52%

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

R = 24.46%
G = 22.52%
B = 53.03%

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

#655DDB (or 0x655DDB) is known color: Slate Blue. HEX triplet: 65, 5D and DB. RGB value is (101,93,219). Sum of RGB (Red+Green+Blue) = 101+93+219=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #655DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DDB is #9AA224. Grayscale: #6D6D6D. Windows color (decimal): -10134053 or 14376293. OLE color: 14376293.

HSL color Cylindrical-coordinate representation of color #655DDB: hue angle of 243.81º 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 #655DDB is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 93 219 -
CMYK 0.54 0.58 0 0.14
HSL 243.81º 0.64% 0.61% -
HSV(B) 243.81º 0.58% 0.86% -
XYZ 22.07 15.71 68.89 -
YUV 109.76 189.65 121.75 -
System Red Green Blue C M Y K H S L
Decimal 101 93 219 0.54 0.58 0 0.14 243.81 0.64 0.61
Hex 65 5D DB 36 3A 0 E F4 40 3D
Octal 145 135 333 66 72 0 16 364 100 75
Binary 1100101 1011101 11011011 110110 111010 0 1110 11110100 1000000 111101

Color Harmonies of #655DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DDB

Black with #655DDB

Text Example


Text Example

White with #655DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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