Html Css Color HEX #654CCA Slate Blue

📋 copy color: '#654CCA'

red 101 ◦ green 76 ◦ blue 202

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

Shades of Slate Blue #654CCA

Tints of Slate Blue #654CCA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.05%

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

R = 26.65%
G = 20.05%
B = 53.3%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#654CCA (or 0x654CCA) is known color: Slate Blue. HEX triplet: 65, 4C and CA. RGB value is (101,76,202). Sum of RGB (Red+Green+Blue) = 101+76+202=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #654CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CCA is #9AB335. Grayscale: #616161. Windows color (decimal): -10138422 or 13257829. OLE color: 13257829.

HSL color Cylindrical-coordinate representation of color #654CCA: hue angle of 251.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #654CCA is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 76 202 -
CMYK 0.50 0.62 0 0.21
HSL 251.9º 0.54% 0.55% -
HSV(B) 251.9º 0.62% 0.79% -
XYZ 18.61 12.2 57.25 -
YUV 97.84 186.78 130.25 -
System Red Green Blue C M Y K H S L
Decimal 101 76 202 0.50 0.62 0 0.21 251.9 0.54 0.55
Hex 65 4C CA 32 3E 0 15 FC 36 37
Octal 145 114 312 62 76 0 25 374 66 67
Binary 1100101 1001100 11001010 110010 111110 0 10101 11111100 110110 110111

Color Harmonies of #654CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654CCA

Black with #654CCA

Text Example


Text Example

White with #654CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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