Html Css Color HEX #654BCE Slate Blue

📋 copy color: '#654BCE'

red 101 ◦ green 75 ◦ blue 206

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

Shades of Slate Blue #654BCE

Tints of Slate Blue #654BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 26.44%
G = 19.63%
B = 53.93%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#654BCE (or 0x654BCE) is known color: Slate Blue. HEX triplet: 65, 4B and CE. RGB value is (101,75,206). Sum of RGB (Red+Green+Blue) = 101+75+206=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #654BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654BCE is #9AB431. Grayscale: #616161. Windows color (decimal): -10138674 or 13519717. OLE color: 13519717.

HSL color Cylindrical-coordinate representation of color #654BCE: hue angle of 251.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #654BCE is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 75 206 -
CMYK 0.51 0.64 0 0.19
HSL 251.91º 0.57% 0.55% -
HSV(B) 251.91º 0.64% 0.81% -
XYZ 19.02 12.26 59.76 -
YUV 97.71 189.11 130.35 -
System Red Green Blue C M Y K H S L
Decimal 101 75 206 0.51 0.64 0 0.19 251.91 0.57 0.55
Hex 65 4B CE 33 40 0 13 FC 39 37
Octal 145 113 316 63 100 0 23 374 71 67
Binary 1100101 1001011 11001110 110011 1000000 0 10011 11111100 111001 110111

Color Harmonies of #654BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654BCE

Black with #654BCE

Text Example


Text Example

White with #654BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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