Html Css Color HEX #655CCA Slate Blue

📋 copy color: '#655CCA'

red 101 ◦ green 92 ◦ blue 202

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

Shades of Slate Blue #655CCA

Tints of Slate Blue #655CCA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

 BLUE value IS 202 (79.3% from 255) = 51.14%

R = 25.57%
G = 23.29%
B = 51.14%

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

#655CCA (or 0x655CCA) is known color: Slate Blue. HEX triplet: 65, 5C and CA. RGB value is (101,92,202). Sum of RGB (Red+Green+Blue) = 101+92+202=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #655CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CCA is #9AA335. Grayscale: #6A6A6A. Windows color (decimal): -10134326 or 13261925. OLE color: 13261925.

HSL color Cylindrical-coordinate representation of color #655CCA: hue angle of 244.91º degrees, saturation: 0.51, 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 #655CCA is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 92 202 -
CMYK 0.50 0.54 0 0.21
HSL 244.91º 0.51% 0.58% -
HSV(B) 244.91º 0.54% 0.79% -
XYZ 19.85 14.69 57.67 -
YUV 107.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 101 92 202 0.50 0.54 0 0.21 244.91 0.51 0.58
Hex 65 5C CA 32 36 0 15 F5 33 3A
Octal 145 134 312 62 66 0 25 365 63 72
Binary 1100101 1011100 11001010 110010 110110 0 10101 11110101 110011 111010

Color Harmonies of #655CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655CCA

Black with #655CCA

Text Example


Text Example

White with #655CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,92,202); }

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

background-color css

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

 a { background-color: rgb(101,92,202); }

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

border-color css

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

 span { border-color: rgb(101,92,202); }

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