#6B58C4

Color #6B58C4 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6B58C4

Tints of Slate Blue #6B58C4

Color information

#6B58C4 (or 0x6B58C4) is unknown color: approx Slate Blue. HEX triplet: 6B, 58 and C4. RGB value is (107,88,196). Sum of RGB (Red+Green+Blue) = 107+88+196=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #6B58C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B58C4 is #94A73B. Grayscale: #696969. Windows color (decimal): -9742140 or 12867691. OLE color: 12867691.

HSL color Cylindrical-coordinate representation of color #6B58C4: hue angle of 250.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B58C4 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10788196-
CMYK0.450.5500.23
HSL250.56º47.79%55.69%-
HSV(B)250.56º55.1%76.86%-
XYZ19.5214.0953.92-
YUV105.99178.79128.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.37%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 196 (76.95% from 255) = 50.13%
R=27.37%
G=22.51%
B=50.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal107881960.450.5500.23250.5647.7955.69
Hex6B58C42D37017fb3038
Octal15313030455670273736070
Binary110101110110001100010010110111011101011111111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B58C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,88,196); }

 H1.HeaderClassName
 {
   color: #6B58C4;
 }
 .AnyTagClassName
 {
   color: #6B58C4;
 }
</style>
background-color css

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

 a { background-color: rgb(107,88,196); }

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

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

 span { border-color: rgb(107,88,196); }

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