Html Css Color HEX #654BC5 Slate Blue

📋 copy color: '#654BC5'

red 101 ◦ green 75 ◦ blue 197

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

Shades of Slate Blue #654BC5

Tints of Slate Blue #654BC5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.11%

 BLUE value IS 197 (77.34% from 255) = 52.82%

R = 27.08%
G = 20.11%
B = 52.82%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#654BC5 (or 0x654BC5) is known color: Slate Blue. HEX triplet: 65, 4B and C5. RGB value is (101,75,197). Sum of RGB (Red+Green+Blue) = 101+75+197=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #654BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654BC5 is #9AB43A. Grayscale: #606060. Windows color (decimal): -10138683 or 12929893. OLE color: 12929893.

HSL color Cylindrical-coordinate representation of color #654BC5: hue angle of 252.79º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #654BC5 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 101 75 197 -
CMYK 0.49 0.62 0 0.23
HSL 252.79º 0.51% 0.53% -
HSV(B) 252.79º 0.62% 0.77% -
XYZ 17.96 11.83 54.16 -
YUV 96.68 184.61 131.08 -
System Red Green Blue C M Y K H S L
Decimal 101 75 197 0.49 0.62 0 0.23 252.79 0.51 0.53
Hex 65 4B C5 31 3E 0 17 FD 33 35
Octal 145 113 305 61 76 0 27 375 63 65
Binary 1100101 1001011 11000101 110001 111110 0 10111 11111101 110011 110101

Color Harmonies of #654BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654BC5

Black with #654BC5

Text Example


Text Example

White with #654BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,75,197); }

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

background-color css

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

 a { background-color: rgb(101,75,197); }

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

border-color css

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

 span { border-color: rgb(101,75,197); }

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