Html Css Color HEX #654CCF Slate Blue

📋 copy color: '#654CCF'

red 101 ◦ green 76 ◦ blue 207

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

Shades of Slate Blue #654CCF

Tints of Slate Blue #654CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.79%

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

R = 26.3%
G = 19.79%
B = 53.91%

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

#654CCF (or 0x654CCF) is known color: Slate Blue. HEX triplet: 65, 4C and CF. RGB value is (101,76,207). Sum of RGB (Red+Green+Blue) = 101+76+207=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #654CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CCF is #9AB330. Grayscale: #616161. Windows color (decimal): -10138417 or 13585509. OLE color: 13585509.

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

Color convert

RGB 101 76 207 -
CMYK 0.51 0.63 0 0.19
HSL 251.45º 0.58% 0.55% -
HSV(B) 251.45º 0.63% 0.81% -
XYZ 19.21 12.44 60.42 -
YUV 98.41 189.28 129.85 -
System Red Green Blue C M Y K H S L
Decimal 101 76 207 0.51 0.63 0 0.19 251.45 0.58 0.55
Hex 65 4C CF 33 3F 0 13 FB 3A 37
Octal 145 114 317 63 77 0 23 373 72 67
Binary 1100101 1001100 11001111 110011 111111 0 10011 11111011 111010 110111

Color Harmonies of #654CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654CCF

Black with #654CCF

Text Example


Text Example

White with #654CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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