Html Css Color HEX #6158C2 Slate Blue

📋 copy color: '#6158C2'

red 97 ◦ green 88 ◦ blue 194

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

Shades of Slate Blue #6158C2

Tints of Slate Blue #6158C2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.22%

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

R = 25.59%
G = 23.22%
B = 51.19%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6158C2 (or 0x6158C2) is known color: Slate Blue. HEX triplet: 61, 58 and C2. RGB value is (97,88,194). Sum of RGB (Red+Green+Blue) = 97+88+194=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 194 (76.17% from 255 or 51.19% from 379); Max value from RGB is 194 - color contains mainly: blue. Hex color #6158C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6158C2 is #9EA73D. Grayscale: #666666. Windows color (decimal): -10397502 or 12736609. OLE color: 12736609.

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

Color convert

RGB 97 88 194 -
CMYK 0.50 0.55 0 0.24
HSL 245.09º 0.46% 0.55% -
HSV(B) 245.09º 0.55% 0.76% -
XYZ 18.16 13.42 52.67 -
YUV 102.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 97 88 194 0.50 0.55 0 0.24 245.09 0.46 0.55
Hex 61 58 C2 32 37 0 18 F5 2E 37
Octal 141 130 302 62 67 0 30 365 56 67
Binary 1100001 1011000 11000010 110010 110111 0 11000 11110101 101110 110111

Color Harmonies of #6158C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6158C2

Black with #6158C2

Text Example


Text Example

White with #6158C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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