Html Css Color HEX #6158D8 Slate Blue

📋 copy color: '#6158D8'

red 97 ◦ green 88 ◦ blue 216

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

Shades of Slate Blue #6158D8

Tints of Slate Blue #6158D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.87%

R = 24.19%
G = 21.95%
B = 53.87%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6158D8 (or 0x6158D8) is known color: Slate Blue. HEX triplet: 61, 58 and D8. RGB value is (97,88,216). Sum of RGB (Red+Green+Blue) = 97+88+216=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #6158D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6158D8 is #9EA727. Grayscale: #686868. Windows color (decimal): -10397480 or 14178401. OLE color: 14178401.

HSL color Cylindrical-coordinate representation of color #6158D8: hue angle of 244.22º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6158D8 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 88 216 -
CMYK 0.55 0.59 0 0.15
HSL 244.22º 0.62% 0.6% -
HSV(B) 244.22º 0.59% 0.85% -
XYZ 20.81 14.48 66.66 -
YUV 105.28 190.48 122.09 -
System Red Green Blue C M Y K H S L
Decimal 97 88 216 0.55 0.59 0 0.15 244.22 0.62 0.6
Hex 61 58 D8 37 3B 0 F F4 3E 3C
Octal 141 130 330 67 73 0 17 364 76 74
Binary 1100001 1011000 11011000 110111 111011 0 1111 11110100 111110 111100

Color Harmonies of #6158D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6158D8

Black with #6158D8

Text Example


Text Example

White with #6158D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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