Html Css Color HEX #6155D9 Slate Blue

📋 copy color: '#6155D9'

red 97 ◦ green 85 ◦ blue 217

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

Shades of Slate Blue #6155D9

Tints of Slate Blue #6155D9

RGB

 RED value IS 97 (38.28% from 255) = 24.31%

 GREEN value IS 85 (33.59% from 255) = 21.3%

 BLUE value IS 217 (85.16% from 255) = 54.39%

R = 24.31%
G = 21.3%
B = 54.39%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6155D9 (or 0x6155D9) is known color: Slate Blue. HEX triplet: 61, 55 and D9. RGB value is (97,85,217). Sum of RGB (Red+Green+Blue) = 97+85+217=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 217 (85.16% from 255 or 54.39% from 399); Max value from RGB is 217 - color contains mainly: blue. Hex color #6155D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155D9 is #9EAA26. Grayscale: #676767. Windows color (decimal): -10398247 or 14243169. OLE color: 14243169.

HSL color Cylindrical-coordinate representation of color #6155D9: hue angle of 245.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6155D9 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 85 217 -
CMYK 0.55 0.61 0 0.15
HSL 245.45º 0.63% 0.59% -
HSV(B) 245.45º 0.61% 0.85% -
XYZ 20.7 14.05 67.27 -
YUV 103.64 191.98 123.27 -
System Red Green Blue C M Y K H S L
Decimal 97 85 217 0.55 0.61 0 0.15 245.45 0.63 0.59
Hex 61 55 D9 37 3D 0 F F5 3F 3B
Octal 141 125 331 67 75 0 17 365 77 73
Binary 1100001 1010101 11011001 110111 111101 0 1111 11110101 111111 111011

Color Harmonies of #6155D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6155D9

Black with #6155D9

Text Example


Text Example

White with #6155D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6155D9; }

 p { color: rgb(97,85,217); }

 H1.HeaderClassName
 {
   color: #6155D9;
 }
 .AnyTagClassName
 {
   color: #6155D9;
 }
</style>

background-color css

<style>
 a { background-color: #6155D9; }

 a { background-color: rgb(97,85,217); }

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

border-color css

<style>
 span { border-color: #6155D9; }

 span { border-color: rgb(97,85,217); }

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