Html Css Color HEX #654BCC Slate Blue

📋 copy color: '#654BCC'

red 101 ◦ green 75 ◦ blue 204

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

Shades of Slate Blue #654BCC

Tints of Slate Blue #654BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 26.58%
G = 19.74%
B = 53.68%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#654BCC (or 0x654BCC) is known color: Slate Blue. HEX triplet: 65, 4B and CC. RGB value is (101,75,204). Sum of RGB (Red+Green+Blue) = 101+75+204=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #654BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654BCC is #9AB433. Grayscale: #606060. Windows color (decimal): -10138676 or 13388645. OLE color: 13388645.

HSL color Cylindrical-coordinate representation of color #654BCC: hue angle of 252.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #654BCC is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 75 204 -
CMYK 0.50 0.63 0 0.2
HSL 252.09º 0.56% 0.55% -
HSV(B) 252.09º 0.63% 0.8% -
XYZ 18.78 12.16 58.48 -
YUV 97.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 101 75 204 0.50 0.63 0 0.2 252.09 0.56 0.55
Hex 65 4B CC 32 3F 0 14 FC 38 37
Octal 145 113 314 62 77 0 24 374 70 67
Binary 1100101 1001011 11001100 110010 111111 0 10100 11111100 111000 110111

Color Harmonies of #654BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654BCC

Black with #654BCC

Text Example


Text Example

White with #654BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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