Html Css Color HEX #654DCF Slate Blue

📋 copy color: '#654DCF'

red 101 ◦ green 77 ◦ blue 207

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

Shades of Slate Blue #654DCF

Tints of Slate Blue #654DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 26.23%
G = 20%
B = 53.77%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#654DCF (or 0x654DCF) is known color: Slate Blue. HEX triplet: 65, 4D and CF. RGB value is (101,77,207). Sum of RGB (Red+Green+Blue) = 101+77+207=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #654DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DCF is #9AB230. Grayscale: #626262. Windows color (decimal): -10138161 or 13585765. OLE color: 13585765.

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

Color convert

RGB 101 77 207 -
CMYK 0.51 0.63 0 0.19
HSL 251.08º 0.58% 0.56% -
HSV(B) 251.08º 0.63% 0.81% -
XYZ 19.28 12.58 60.44 -
YUV 99 188.95 129.43 -
System Red Green Blue C M Y K H S L
Decimal 101 77 207 0.51 0.63 0 0.19 251.08 0.58 0.56
Hex 65 4D CF 33 3F 0 13 FB 3A 38
Octal 145 115 317 63 77 0 23 373 72 70
Binary 1100101 1001101 11001111 110011 111111 0 10011 11111011 111010 111000

Color Harmonies of #654DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654DCF

Black with #654DCF

Text Example


Text Example

White with #654DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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