Html Css Color HEX #655ADD Slate Blue

📋 copy color: '#655ADD'

red 101 ◦ green 90 ◦ blue 221

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

Shades of Slate Blue #655ADD

Tints of Slate Blue #655ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.84%

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

R = 24.51%
G = 21.84%
B = 53.64%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#655ADD (or 0x655ADD) is known color: Slate Blue. HEX triplet: 65, 5A and DD. RGB value is (101,90,221). Sum of RGB (Red+Green+Blue) = 101+90+221=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #655ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ADD is #9AA522. Grayscale: #6B6B6B. Windows color (decimal): -10134819 or 14506597. OLE color: 14506597.

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

Color convert

RGB 101 90 221 -
CMYK 0.54 0.59 0 0.13
HSL 245.04º 0.66% 0.61% -
HSV(B) 245.04º 0.59% 0.87% -
XYZ 22.07 15.3 70.2 -
YUV 108.22 191.64 122.85 -
System Red Green Blue C M Y K H S L
Decimal 101 90 221 0.54 0.59 0 0.13 245.04 0.66 0.61
Hex 65 5A DD 36 3B 0 D F5 42 3D
Octal 145 132 335 66 73 0 15 365 102 75
Binary 1100101 1011010 11011101 110110 111011 0 1101 11110101 1000010 111101

Color Harmonies of #655ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655ADD

Black with #655ADD

Text Example


Text Example

White with #655ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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