Html Css Color HEX #654DCC Slate Blue

📋 copy color: '#654DCC'

red 101 ◦ green 77 ◦ blue 204

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

Shades of Slate Blue #654DCC

Tints of Slate Blue #654DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.16%

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

R = 26.44%
G = 20.16%
B = 53.4%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#654DCC (or 0x654DCC) is known color: Slate Blue. HEX triplet: 65, 4D and CC. RGB value is (101,77,204). Sum of RGB (Red+Green+Blue) = 101+77+204=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #654DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DCC is #9AB233. Grayscale: #626262. Windows color (decimal): -10138164 or 13389157. OLE color: 13389157.

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

Color convert

RGB 101 77 204 -
CMYK 0.50 0.62 0 0.2
HSL 251.34º 0.55% 0.55% -
HSV(B) 251.34º 0.62% 0.8% -
XYZ 18.92 12.43 58.53 -
YUV 98.65 187.45 129.67 -
System Red Green Blue C M Y K H S L
Decimal 101 77 204 0.50 0.62 0 0.2 251.34 0.55 0.55
Hex 65 4D CC 32 3E 0 14 FB 37 37
Octal 145 115 314 62 76 0 24 373 67 67
Binary 1100101 1001101 11001100 110010 111110 0 10100 11111011 110111 110111

Color Harmonies of #654DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654DCC

Black with #654DCC

Text Example


Text Example

White with #654DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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