Html Css Color HEX #655ECC Slate Blue

📋 copy color: '#655ECC'

red 101 ◦ green 94 ◦ blue 204

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

Shades of Slate Blue #655ECC

Tints of Slate Blue #655ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 25.31%
G = 23.56%
B = 51.13%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#655ECC (or 0x655ECC) is known color: Slate Blue. HEX triplet: 65, 5E and CC. RGB value is (101,94,204). Sum of RGB (Red+Green+Blue) = 101+94+204=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #655ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ECC is #9AA133. Grayscale: #6C6C6C. Windows color (decimal): -10133812 or 13393509. OLE color: 13393509.

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

Color convert

RGB 101 94 204 -
CMYK 0.50 0.54 0 0.2
HSL 243.82º 0.52% 0.58% -
HSV(B) 243.82º 0.54% 0.8% -
XYZ 20.27 15.13 58.98 -
YUV 108.63 181.82 122.56 -
System Red Green Blue C M Y K H S L
Decimal 101 94 204 0.50 0.54 0 0.2 243.82 0.52 0.58
Hex 65 5E CC 32 36 0 14 F4 34 3A
Octal 145 136 314 62 66 0 24 364 64 72
Binary 1100101 1011110 11001100 110010 110110 0 10100 11110100 110100 111010

Color Harmonies of #655ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655ECC

Black with #655ECC

Text Example


Text Example

White with #655ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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