Html Css Color HEX #6155D7 Slate Blue

📋 copy color: '#6155D7'

red 97 ◦ green 85 ◦ blue 215

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

Shades of Slate Blue #6155D7

Tints of Slate Blue #6155D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.16%

R = 24.43%
G = 21.41%
B = 54.16%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6155D7 (or 0x6155D7) is known color: Slate Blue. HEX triplet: 61, 55 and D7. RGB value is (97,85,215). Sum of RGB (Red+Green+Blue) = 97+85+215=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #6155D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155D7 is #9EAA28. Grayscale: #666666. Windows color (decimal): -10398249 or 14112097. OLE color: 14112097.

HSL color Cylindrical-coordinate representation of color #6155D7: hue angle of 245.54º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6155D7 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 85 215 -
CMYK 0.55 0.60 0 0.16
HSL 245.54º 0.62% 0.59% -
HSV(B) 245.54º 0.6% 0.84% -
XYZ 20.44 13.94 65.9 -
YUV 103.41 190.98 123.43 -
System Red Green Blue C M Y K H S L
Decimal 97 85 215 0.55 0.60 0 0.16 245.54 0.62 0.59
Hex 61 55 D7 37 3C 0 10 F6 3E 3B
Octal 141 125 327 67 74 0 20 366 76 73
Binary 1100001 1010101 11010111 110111 111100 0 10000 11110110 111110 111011

Color Harmonies of #6155D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6155D7

Black with #6155D7

Text Example


Text Example

White with #6155D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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