Html Css Color HEX #654CCE Slate Blue

📋 copy color: '#654CCE'

red 101 ◦ green 76 ◦ blue 206

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

Shades of Slate Blue #654CCE

Tints of Slate Blue #654CCE

RGB

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

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

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

R = 26.37%
G = 19.84%
B = 53.79%

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

#654CCE (or 0x654CCE) is known color: Slate Blue. HEX triplet: 65, 4C and CE. RGB value is (101,76,206). Sum of RGB (Red+Green+Blue) = 101+76+206=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #654CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CCE is #9AB331. Grayscale: #616161. Windows color (decimal): -10138418 or 13519973. OLE color: 13519973.

HSL color Cylindrical-coordinate representation of color #654CCE: hue angle of 251.54º degrees, saturation: 0.57, 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 #654CCE is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 76 206 -
CMYK 0.51 0.63 0 0.19
HSL 251.54º 0.57% 0.55% -
HSV(B) 251.54º 0.63% 0.81% -
XYZ 19.09 12.39 59.78 -
YUV 98.3 188.78 129.93 -
System Red Green Blue C M Y K H S L
Decimal 101 76 206 0.51 0.63 0 0.19 251.54 0.57 0.55
Hex 65 4C CE 33 3F 0 13 FC 39 37
Octal 145 114 316 63 77 0 23 374 71 67
Binary 1100101 1001100 11001110 110011 111111 0 10011 11111100 111001 110111

Color Harmonies of #654CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654CCE

Black with #654CCE

Text Example


Text Example

White with #654CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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