Html Css Color HEX #654CDE Slate Blue

📋 copy color: '#654CDE'

red 101 ◦ green 76 ◦ blue 222

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

Shades of Slate Blue #654CDE

Tints of Slate Blue #654CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.64%

R = 25.31%
G = 19.05%
B = 55.64%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#654CDE (or 0x654CDE) is known color: Slate Blue. HEX triplet: 65, 4C and DE. RGB value is (101,76,222). Sum of RGB (Red+Green+Blue) = 101+76+222=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #654CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CDE is #9AB321. Grayscale: #636363. Windows color (decimal): -10138402 or 14568549. OLE color: 14568549.

HSL color Cylindrical-coordinate representation of color #654CDE: hue angle of 250.27º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #654CDE is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 76 222 -
CMYK 0.55 0.66 0 0.13
HSL 250.27º 0.69% 0.58% -
HSV(B) 250.27º 0.66% 0.87% -
XYZ 21.14 13.21 70.54 -
YUV 100.12 196.78 128.63 -
System Red Green Blue C M Y K H S L
Decimal 101 76 222 0.55 0.66 0 0.13 250.27 0.69 0.58
Hex 65 4C DE 37 42 0 D FA 45 3A
Octal 145 114 336 67 102 0 15 372 105 72
Binary 1100101 1001100 11011110 110111 1000010 0 1101 11111010 1000101 111010

Color Harmonies of #654CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654CDE

Black with #654CDE

Text Example


Text Example

White with #654CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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