Html Css Color HEX #655FC6 Slate Blue

📋 copy color: '#655FC6'

red 101 ◦ green 95 ◦ blue 198

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

Shades of Slate Blue #655FC6

Tints of Slate Blue #655FC6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.11%

 BLUE value IS 198 (77.73% from 255) = 50.25%

R = 25.63%
G = 24.11%
B = 50.25%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#655FC6 (or 0x655FC6) is known color: Slate Blue. HEX triplet: 65, 5F and C6. RGB value is (101,95,198). Sum of RGB (Red+Green+Blue) = 101+95+198=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #655FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FC6 is #9AA039. Grayscale: #6C6C6C. Windows color (decimal): -10133562 or 13000549. OLE color: 13000549.

HSL color Cylindrical-coordinate representation of color #655FC6: hue angle of 243.5º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #655FC6 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 95 198 -
CMYK 0.49 0.52 0 0.22
HSL 243.5º 0.47% 0.57% -
HSV(B) 243.5º 0.52% 0.78% -
XYZ 19.65 15.03 55.29 -
YUV 108.54 178.49 122.62 -
System Red Green Blue C M Y K H S L
Decimal 101 95 198 0.49 0.52 0 0.22 243.5 0.47 0.57
Hex 65 5F C6 31 34 0 16 F3 2F 39
Octal 145 137 306 61 64 0 26 363 57 71
Binary 1100101 1011111 11000110 110001 110100 0 10110 11110011 101111 111001

Color Harmonies of #655FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655FC6

Black with #655FC6

Text Example


Text Example

White with #655FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655FC6; }

 p { color: rgb(101,95,198); }

 H1.HeaderClassName
 {
   color: #655FC6;
 }
 .AnyTagClassName
 {
   color: #655FC6;
 }
</style>

background-color css

<style>
 a { background-color: #655FC6; }

 a { background-color: rgb(101,95,198); }

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

border-color css

<style>
 span { border-color: #655FC6; }

 span { border-color: rgb(101,95,198); }

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