Html Css Color HEX #6157C4 Slate Blue

📋 copy color: '#6157C4'

red 97 ◦ green 87 ◦ blue 196

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

Shades of Slate Blue #6157C4

Tints of Slate Blue #6157C4

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.89%

 BLUE value IS 196 (76.95% from 255) = 51.58%

R = 25.53%
G = 22.89%
B = 51.58%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6157C4 (or 0x6157C4) is known color: Slate Blue. HEX triplet: 61, 57 and C4. RGB value is (97,87,196). Sum of RGB (Red+Green+Blue) = 97+87+196=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 196 (76.95% from 255 or 51.58% from 380); Max value from RGB is 196 - color contains mainly: blue. Hex color #6157C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6157C4 is #9EA83B. Grayscale: #656565. Windows color (decimal): -10397756 or 12867425. OLE color: 12867425.

HSL color Cylindrical-coordinate representation of color #6157C4: hue angle of 245.5º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6157C4 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 87 196 -
CMYK 0.51 0.56 0 0.23
HSL 245.5º 0.48% 0.55% -
HSV(B) 245.5º 0.56% 0.77% -
XYZ 18.3 13.34 53.84 -
YUV 102.42 180.81 124.14 -
System Red Green Blue C M Y K H S L
Decimal 97 87 196 0.51 0.56 0 0.23 245.5 0.48 0.55
Hex 61 57 C4 33 38 0 17 F6 30 37
Octal 141 127 304 63 70 0 27 366 60 67
Binary 1100001 1010111 11000100 110011 111000 0 10111 11110110 110000 110111

Color Harmonies of #6157C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6157C4

Black with #6157C4

Text Example


Text Example

White with #6157C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6157C4; }

 p { color: rgb(97,87,196); }

 H1.HeaderClassName
 {
   color: #6157C4;
 }
 .AnyTagClassName
 {
   color: #6157C4;
 }
</style>

background-color css

<style>
 a { background-color: #6157C4; }

 a { background-color: rgb(97,87,196); }

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

border-color css

<style>
 span { border-color: #6157C4; }

 span { border-color: rgb(97,87,196); }

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