Html Css Color HEX #654FCC Slate Blue

📋 copy color: '#654FCC'

red 101 ◦ green 79 ◦ blue 204

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

Shades of Slate Blue #654FCC

Tints of Slate Blue #654FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.57%

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

R = 26.3%
G = 20.57%
B = 53.13%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#654FCC (or 0x654FCC) is known color: Slate Blue. HEX triplet: 65, 4F and CC. RGB value is (101,79,204). Sum of RGB (Red+Green+Blue) = 101+79+204=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #654FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FCC is #9AB033. Grayscale: #636363. Windows color (decimal): -10137652 or 13389669. OLE color: 13389669.

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

Color convert

RGB 101 79 204 -
CMYK 0.50 0.61 0 0.2
HSL 250.56º 0.55% 0.55% -
HSV(B) 250.56º 0.61% 0.8% -
XYZ 19.06 12.72 58.58 -
YUV 99.83 186.79 128.84 -
System Red Green Blue C M Y K H S L
Decimal 101 79 204 0.50 0.61 0 0.2 250.56 0.55 0.55
Hex 65 4F CC 32 3D 0 14 FB 37 37
Octal 145 117 314 62 75 0 24 373 67 67
Binary 1100101 1001111 11001100 110010 111101 0 10100 11111011 110111 110111

Color Harmonies of #654FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654FCC

Black with #654FCC

Text Example


Text Example

White with #654FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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