Html Css Color HEX #654FCB Slate Blue

📋 copy color: '#654FCB'

red 101 ◦ green 79 ◦ blue 203

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

Shades of Slate Blue #654FCB

Tints of Slate Blue #654FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53%

R = 26.37%
G = 20.63%
B = 53%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#654FCB (or 0x654FCB) is known color: Slate Blue. HEX triplet: 65, 4F and CB. RGB value is (101,79,203). Sum of RGB (Red+Green+Blue) = 101+79+203=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #654FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FCB is #9AB034. Grayscale: #636363. Windows color (decimal): -10137653 or 13324133. OLE color: 13324133.

HSL color Cylindrical-coordinate representation of color #654FCB: hue angle of 250.65º degrees, saturation: 0.54, 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 #654FCB is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 79 203 -
CMYK 0.50 0.61 0 0.20
HSL 250.65º 0.54% 0.55% -
HSV(B) 250.65º 0.61% 0.8% -
XYZ 18.94 12.67 57.95 -
YUV 99.71 186.29 128.92 -
System Red Green Blue C M Y K H S L
Decimal 101 79 203 0.50 0.61 0 0.20 250.65 0.54 0.55
Hex 65 4F CB 32 3D 0 14 FB 36 37
Octal 145 117 313 62 75 0 24 373 66 67
Binary 1100101 1001111 11001011 110010 111101 0 10100 11111011 110110 110111

Color Harmonies of #654FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654FCB

Black with #654FCB

Text Example


Text Example

White with #654FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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