Html Css Color HEX #655AC1 Slate Blue

📋 copy color: '#655AC1'

red 101 ◦ green 90 ◦ blue 193

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

Shades of Slate Blue #655AC1

Tints of Slate Blue #655AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.26%

R = 26.3%
G = 23.44%
B = 50.26%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#655AC1 (or 0x655AC1) is known color: Slate Blue. HEX triplet: 65, 5A and C1. RGB value is (101,90,193). Sum of RGB (Red+Green+Blue) = 101+90+193=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #655AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655AC1 is #9AA53E. Grayscale: #686868. Windows color (decimal): -10134847 or 12671589. OLE color: 12671589.

HSL color Cylindrical-coordinate representation of color #655AC1: hue angle of 246.41º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #655AC1 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 90 193 -
CMYK 0.48 0.53 0 0.24
HSL 246.41º 0.45% 0.55% -
HSV(B) 246.41º 0.53% 0.76% -
XYZ 18.65 13.93 52.16 -
YUV 105.03 177.64 125.12 -
System Red Green Blue C M Y K H S L
Decimal 101 90 193 0.48 0.53 0 0.24 246.41 0.45 0.55
Hex 65 5A C1 30 35 0 18 F6 2D 37
Octal 145 132 301 60 65 0 30 366 55 67
Binary 1100101 1011010 11000001 110000 110101 0 11000 11110110 101101 110111

Color Harmonies of #655AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655AC1

Black with #655AC1

Text Example


Text Example

White with #655AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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