Html Css Color HEX #655BDC Slate Blue

📋 copy color: '#655BDC'

red 101 ◦ green 91 ◦ blue 220

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

Shades of Slate Blue #655BDC

Tints of Slate Blue #655BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 24.51%
G = 22.09%
B = 53.4%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#655BDC (or 0x655BDC) is known color: Slate Blue. HEX triplet: 65, 5B and DC. RGB value is (101,91,220). Sum of RGB (Red+Green+Blue) = 101+91+220=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #655BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BDC is #9AA423. Grayscale: #6C6C6C. Windows color (decimal): -10134564 or 14441317. OLE color: 14441317.

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

Color convert

RGB 101 91 220 -
CMYK 0.54 0.59 0 0.14
HSL 244.65º 0.65% 0.61% -
HSV(B) 244.65º 0.59% 0.86% -
XYZ 22.03 15.42 69.52 -
YUV 108.7 190.81 122.51 -
System Red Green Blue C M Y K H S L
Decimal 101 91 220 0.54 0.59 0 0.14 244.65 0.65 0.61
Hex 65 5B DC 36 3B 0 E F5 41 3D
Octal 145 133 334 66 73 0 16 365 101 75
Binary 1100101 1011011 11011100 110110 111011 0 1110 11110101 1000001 111101

Color Harmonies of #655BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BDC

Black with #655BDC

Text Example


Text Example

White with #655BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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