Html Css Color HEX #6155C2 Slate Blue

📋 copy color: '#6155C2'

red 97 ◦ green 85 ◦ blue 194

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

Shades of Slate Blue #6155C2

Tints of Slate Blue #6155C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.6%

R = 25.8%
G = 22.61%
B = 51.6%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6155C2 (or 0x6155C2) is known color: Slate Blue. HEX triplet: 61, 55 and C2. RGB value is (97,85,194). Sum of RGB (Red+Green+Blue) = 97+85+194=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 194 (76.17% from 255 or 51.60% from 376); Max value from RGB is 194 - color contains mainly: blue. Hex color #6155C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155C2 is #9EAA3D. Grayscale: #646464. Windows color (decimal): -10398270 or 12735841. OLE color: 12735841.

HSL color Cylindrical-coordinate representation of color #6155C2: hue angle of 246.61º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6155C2 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 85 194 -
CMYK 0.50 0.56 0 0.24
HSL 246.61º 0.47% 0.55% -
HSV(B) 246.61º 0.56% 0.76% -
XYZ 17.92 12.93 52.59 -
YUV 101.01 180.48 125.14 -
System Red Green Blue C M Y K H S L
Decimal 97 85 194 0.50 0.56 0 0.24 246.61 0.47 0.55
Hex 61 55 C2 32 38 0 18 F7 2F 37
Octal 141 125 302 62 70 0 30 367 57 67
Binary 1100001 1010101 11000010 110010 111000 0 11000 11110111 101111 110111

Color Harmonies of #6155C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6155C2

Black with #6155C2

Text Example


Text Example

White with #6155C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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