Html Css Color HEX #655BC2 Slate Blue

📋 copy color: '#655BC2'

red 101 ◦ green 91 ◦ blue 194

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

Shades of Slate Blue #655BC2

Tints of Slate Blue #655BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.26%

R = 26.17%
G = 23.58%
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

#655BC2 (or 0x655BC2) is known color: Slate Blue. HEX triplet: 65, 5B and C2. RGB value is (101,91,194). Sum of RGB (Red+Green+Blue) = 101+91+194=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #655BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BC2 is #9AA43D. Grayscale: #696969. Windows color (decimal): -10134590 or 12737381. OLE color: 12737381.

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

Color convert

RGB 101 91 194 -
CMYK 0.48 0.53 0 0.24
HSL 245.83º 0.46% 0.56% -
HSV(B) 245.83º 0.53% 0.76% -
XYZ 18.85 14.14 52.78 -
YUV 105.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 101 91 194 0.48 0.53 0 0.24 245.83 0.46 0.56
Hex 65 5B C2 30 35 0 18 F6 2E 38
Octal 145 133 302 60 65 0 30 366 56 70
Binary 1100101 1011011 11000010 110000 110101 0 11000 11110110 101110 111000

Color Harmonies of #655BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BC2

Black with #655BC2

Text Example


Text Example

White with #655BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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