Html Css Color HEX #654CDA Slate Blue

📋 copy color: '#654CDA'

red 101 ◦ green 76 ◦ blue 218

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

Shades of Slate Blue #654CDA

Tints of Slate Blue #654CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 25.57%
G = 19.24%
B = 55.19%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#654CDA (or 0x654CDA) is known color: Slate Blue. HEX triplet: 65, 4C and DA. RGB value is (101,76,218). Sum of RGB (Red+Green+Blue) = 101+76+218=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #654CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CDA is #9AB325. Grayscale: #636363. Windows color (decimal): -10138406 or 14306405. OLE color: 14306405.

HSL color Cylindrical-coordinate representation of color #654CDA: hue angle of 250.56º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #654CDA is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 76 218 -
CMYK 0.54 0.65 0 0.15
HSL 250.56º 0.66% 0.58% -
HSV(B) 250.56º 0.65% 0.85% -
XYZ 20.61 13 67.75 -
YUV 99.66 194.78 128.95 -
System Red Green Blue C M Y K H S L
Decimal 101 76 218 0.54 0.65 0 0.15 250.56 0.66 0.58
Hex 65 4C DA 36 41 0 F FB 42 3A
Octal 145 114 332 66 101 0 17 373 102 72
Binary 1100101 1001100 11011010 110110 1000001 0 1111 11111011 1000010 111010

Color Harmonies of #654CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654CDA

Black with #654CDA

Text Example


Text Example

White with #654CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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