Html Css Color HEX #654FC0 Slate Blue

📋 copy color: '#654FC0'

red 101 ◦ green 79 ◦ blue 192

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

Shades of Slate Blue #654FC0

Tints of Slate Blue #654FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.24%

 BLUE value IS 192 (75.39% from 255) = 51.61%

R = 27.15%
G = 21.24%
B = 51.61%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#654FC0 (or 0x654FC0) is known color: Slate Blue. HEX triplet: 65, 4F and C0. RGB value is (101,79,192). Sum of RGB (Red+Green+Blue) = 101+79+192=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #654FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FC0 is #9AB03F. Grayscale: #626262. Windows color (decimal): -10137664 or 12603237. OLE color: 12603237.

HSL color Cylindrical-coordinate representation of color #654FC0: hue angle of 251.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #654FC0 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 79 192 -
CMYK 0.47 0.59 0 0.25
HSL 251.68º 0.47% 0.53% -
HSV(B) 251.68º 0.59% 0.75% -
XYZ 17.68 12.16 51.29 -
YUV 98.46 180.79 129.81 -
System Red Green Blue C M Y K H S L
Decimal 101 79 192 0.47 0.59 0 0.25 251.68 0.47 0.53
Hex 65 4F C0 2F 3B 0 19 FC 2F 35
Octal 145 117 300 57 73 0 31 374 57 65
Binary 1100101 1001111 11000000 101111 111011 0 11001 11111100 101111 110101

Color Harmonies of #654FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654FC0

Black with #654FC0

Text Example


Text Example

White with #654FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,79,192); }

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

background-color css

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

 a { background-color: rgb(101,79,192); }

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

border-color css

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

 span { border-color: rgb(101,79,192); }

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