Html Css Color HEX #655FC9 Slate Blue

📋 copy color: '#655FC9'

red 101 ◦ green 95 ◦ blue 201

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

Shades of Slate Blue #655FC9

Tints of Slate Blue #655FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.63%

R = 25.44%
G = 23.93%
B = 50.63%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#655FC9 (or 0x655FC9) is known color: Slate Blue. HEX triplet: 65, 5F and C9. RGB value is (101,95,201). Sum of RGB (Red+Green+Blue) = 101+95+201=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #655FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FC9 is #9AA036. Grayscale: #6C6C6C. Windows color (decimal): -10133559 or 13197157. OLE color: 13197157.

HSL color Cylindrical-coordinate representation of color #655FC9: hue angle of 243.4º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #655FC9 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 95 201 -
CMYK 0.50 0.53 0 0.21
HSL 243.4º 0.5% 0.58% -
HSV(B) 243.4º 0.53% 0.79% -
XYZ 20 15.17 57.13 -
YUV 108.88 179.99 122.38 -
System Red Green Blue C M Y K H S L
Decimal 101 95 201 0.50 0.53 0 0.21 243.4 0.5 0.58
Hex 65 5F C9 32 35 0 15 F3 32 3A
Octal 145 137 311 62 65 0 25 363 62 72
Binary 1100101 1011111 11001001 110010 110101 0 10101 11110011 110010 111010

Color Harmonies of #655FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655FC9

Black with #655FC9

Text Example


Text Example

White with #655FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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