Html Css Color HEX #655DC9 Slate Blue

📋 copy color: '#655DC9'

red 101 ◦ green 93 ◦ blue 201

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

Shades of Slate Blue #655DC9

Tints of Slate Blue #655DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.89%

R = 25.57%
G = 23.54%
B = 50.89%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#655DC9 (or 0x655DC9) is known color: Slate Blue. HEX triplet: 65, 5D and C9. RGB value is (101,93,201). Sum of RGB (Red+Green+Blue) = 101+93+201=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #655DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DC9 is #9AA236. Grayscale: #6B6B6B. Windows color (decimal): -10134071 or 13196645. OLE color: 13196645.

HSL color Cylindrical-coordinate representation of color #655DC9: hue angle of 244.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #655DC9 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 93 201 -
CMYK 0.50 0.54 0 0.21
HSL 244.44º 0.5% 0.58% -
HSV(B) 244.44º 0.54% 0.79% -
XYZ 19.82 14.81 57.07 -
YUV 107.7 180.65 123.22 -
System Red Green Blue C M Y K H S L
Decimal 101 93 201 0.50 0.54 0 0.21 244.44 0.5 0.58
Hex 65 5D C9 32 36 0 15 F4 32 3A
Octal 145 135 311 62 66 0 25 364 62 72
Binary 1100101 1011101 11001001 110010 110110 0 10101 11110100 110010 111010

Color Harmonies of #655DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DC9

Black with #655DC9

Text Example


Text Example

White with #655DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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