Html Css Color HEX #6157CA Slate Blue

📋 copy color: '#6157CA'

red 97 ◦ green 87 ◦ blue 202

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

Shades of Slate Blue #6157CA

Tints of Slate Blue #6157CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.33%

R = 25.13%
G = 22.54%
B = 52.33%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6157CA (or 0x6157CA) is known color: Slate Blue. HEX triplet: 61, 57 and CA. RGB value is (97,87,202). Sum of RGB (Red+Green+Blue) = 97+87+202=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #6157CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6157CA is #9EA835. Grayscale: #666666. Windows color (decimal): -10397750 or 13260641. OLE color: 13260641.

HSL color Cylindrical-coordinate representation of color #6157CA: hue angle of 245.22º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6157CA is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 87 202 -
CMYK 0.52 0.57 0 0.21
HSL 245.22º 0.52% 0.57% -
HSV(B) 245.22º 0.57% 0.79% -
XYZ 19 13.62 57.51 -
YUV 103.1 183.81 123.65 -
System Red Green Blue C M Y K H S L
Decimal 97 87 202 0.52 0.57 0 0.21 245.22 0.52 0.57
Hex 61 57 CA 34 39 0 15 F5 34 39
Octal 141 127 312 64 71 0 25 365 64 71
Binary 1100001 1010111 11001010 110100 111001 0 10101 11110101 110100 111001

Color Harmonies of #6157CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6157CA

Black with #6157CA

Text Example


Text Example

White with #6157CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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