Html Css Color HEX #655EC2 Slate Blue

📋 copy color: '#655EC2'

red 101 ◦ green 94 ◦ blue 194

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

Shades of Slate Blue #655EC2

Tints of Slate Blue #655EC2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.16%

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

R = 25.96%
G = 24.16%
B = 49.87%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#655EC2 (or 0x655EC2) is known color: Slate Blue. HEX triplet: 65, 5E and C2. RGB value is (101,94,194). Sum of RGB (Red+Green+Blue) = 101+94+194=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: blue. Hex color #655EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655EC2 is #9AA13D. Grayscale: #6B6B6B. Windows color (decimal): -10133822 or 12738149. OLE color: 12738149.

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

Color convert

RGB 101 94 194 -
CMYK 0.48 0.52 0 0.24
HSL 244.2º 0.45% 0.56% -
HSV(B) 244.2º 0.52% 0.76% -
XYZ 19.11 14.67 52.86 -
YUV 107.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 101 94 194 0.48 0.52 0 0.24 244.2 0.45 0.56
Hex 65 5E C2 30 34 0 18 F4 2D 38
Octal 145 136 302 60 64 0 30 364 55 70
Binary 1100101 1011110 11000010 110000 110100 0 11000 11110100 101101 111000

Color Harmonies of #655EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655EC2

Black with #655EC2

Text Example


Text Example

White with #655EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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