Html Css Color HEX #655DDD Slate Blue

📋 copy color: '#655DDD'

red 101 ◦ green 93 ◦ blue 221

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

Shades of Slate Blue #655DDD

Tints of Slate Blue #655DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 24.34%
G = 22.41%
B = 53.25%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#655DDD (or 0x655DDD) is known color: Slate Blue. HEX triplet: 65, 5D and DD. RGB value is (101,93,221). Sum of RGB (Red+Green+Blue) = 101+93+221=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #655DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DDD is #9AA222. Grayscale: #6D6D6D. Windows color (decimal): -10134051 or 14507365. OLE color: 14507365.

HSL color Cylindrical-coordinate representation of color #655DDD: hue angle of 243.75º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #655DDD is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 93 221 -
CMYK 0.54 0.58 0 0.13
HSL 243.75º 0.65% 0.62% -
HSV(B) 243.75º 0.58% 0.87% -
XYZ 22.33 15.82 70.28 -
YUV 109.98 190.65 121.59 -
System Red Green Blue C M Y K H S L
Decimal 101 93 221 0.54 0.58 0 0.13 243.75 0.65 0.62
Hex 65 5D DD 36 3A 0 D F4 41 3E
Octal 145 135 335 66 72 0 15 364 101 76
Binary 1100101 1011101 11011101 110110 111010 0 1101 11110100 1000001 111110

Color Harmonies of #655DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DDD

Black with #655DDD

Text Example


Text Example

White with #655DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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