Html Css Color HEX #655EDB Slate Blue

📋 copy color: '#655EDB'

red 101 ◦ green 94 ◦ blue 219

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

Shades of Slate Blue #655EDB

Tints of Slate Blue #655EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.71%

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

R = 24.4%
G = 22.71%
B = 52.9%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#655EDB (or 0x655EDB) is known color: Slate Blue. HEX triplet: 65, 5E and DB. RGB value is (101,94,219). Sum of RGB (Red+Green+Blue) = 101+94+219=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #655EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655EDB is #9AA124. Grayscale: #6D6D6D. Windows color (decimal): -10133797 or 14376549. OLE color: 14376549.

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

Color convert

RGB 101 94 219 -
CMYK 0.54 0.57 0 0.14
HSL 243.36º 0.63% 0.61% -
HSV(B) 243.36º 0.57% 0.86% -
XYZ 22.16 15.89 68.92 -
YUV 110.34 189.32 121.34 -
System Red Green Blue C M Y K H S L
Decimal 101 94 219 0.54 0.57 0 0.14 243.36 0.63 0.61
Hex 65 5E DB 36 39 0 E F3 3F 3D
Octal 145 136 333 66 71 0 16 363 77 75
Binary 1100101 1011110 11011011 110110 111001 0 1110 11110011 111111 111101

Color Harmonies of #655EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655EDB

Black with #655EDB

Text Example


Text Example

White with #655EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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