Html Css Color HEX #6A58C1 Slate Blue

📋 copy color: '#6A58C1'

red 106 ◦ green 88 ◦ blue 193

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

Shades of Slate Blue #6A58C1

Tints of Slate Blue #6A58C1

RGB

 RED value IS 106 (41.8% from 255) = 27.39%

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

 BLUE value IS 193 (75.78% from 255) = 49.87%

R = 27.39%
G = 22.74%
B = 49.87%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6A58C1 (or 0x6A58C1) is known color: Slate Blue. HEX triplet: 6A, 58 and C1. RGB value is (106,88,193). Sum of RGB (Red+Green+Blue) = 106+88+193=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A58C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A58C1 is #95A73E. Grayscale: #686868. Windows color (decimal): -9807679 or 12671082. OLE color: 12671082.

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

Color convert

RGB 106 88 193 -
CMYK 0.45 0.54 0 0.24
HSL 250.29º 0.46% 0.55% -
HSV(B) 250.29º 0.54% 0.76% -
XYZ 19.06 13.89 52.13 -
YUV 105.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 106 88 193 0.45 0.54 0 0.24 250.29 0.46 0.55
Hex 6A 58 C1 2D 36 0 18 FA 2E 37
Octal 152 130 301 55 66 0 30 372 56 67
Binary 1101010 1011000 11000001 101101 110110 0 11000 11111010 101110 110111

Color Harmonies of #6A58C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A58C1

Black with #6A58C1

Text Example


Text Example

White with #6A58C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A58C1; }

 p { color: rgb(106,88,193); }

 H1.HeaderClassName
 {
   color: #6A58C1;
 }
 .AnyTagClassName
 {
   color: #6A58C1;
 }
</style>

background-color css

<style>
 a { background-color: #6A58C1; }

 a { background-color: rgb(106,88,193); }

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

border-color css

<style>
 span { border-color: #6A58C1; }

 span { border-color: rgb(106,88,193); }

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