Html Css Color HEX #6158E4 Slate Blue

📋 copy color: '#6158E4'

red 97 ◦ green 88 ◦ blue 228

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

Shades of Slate Blue #6158E4

Tints of Slate Blue #6158E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 55.21%

R = 23.49%
G = 21.31%
B = 55.21%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6158E4 (or 0x6158E4) is known color: Slate Blue. HEX triplet: 61, 58 and E4. RGB value is (97,88,228). Sum of RGB (Red+Green+Blue) = 97+88+228=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 228 (89.45% from 255 or 55.21% from 413); Max value from RGB is 228 - color contains mainly: blue. Hex color #6158E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6158E4 is #9EA71B. Grayscale: #6A6A6A. Windows color (decimal): -10397468 or 14964833. OLE color: 14964833.

HSL color Cylindrical-coordinate representation of color #6158E4: hue angle of 243.86º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6158E4 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 97 88 228 -
CMYK 0.57 0.61 0 0.11
HSL 243.86º 0.72% 0.62% -
HSV(B) 243.86º 0.61% 0.89% -
XYZ 22.42 15.12 75.14 -
YUV 106.65 196.48 121.12 -
System Red Green Blue C M Y K H S L
Decimal 97 88 228 0.57 0.61 0 0.11 243.86 0.72 0.62
Hex 61 58 E4 39 3D 0 B F4 48 3E
Octal 141 130 344 71 75 0 13 364 110 76
Binary 1100001 1011000 11100100 111001 111101 0 1011 11110100 1001000 111110

Color Harmonies of #6158E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6158E4

Black with #6158E4

Text Example


Text Example

White with #6158E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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