#6B58DC

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

Shades of Slate Blue #6B58DC

Tints of Slate Blue #6B58DC

Color information

#6B58DC (or 0x6B58DC) is unknown color: approx Slate Blue. HEX triplet: 6B, 58 and DC. RGB value is (107,88,220). Sum of RGB (Red+Green+Blue) = 107+88+220=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B58DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B58DC is #94A723. Grayscale: #6C6C6C. Windows color (decimal): -9742116 or 14440555. OLE color: 14440555.

HSL color Cylindrical-coordinate representation of color #6B58DC: hue angle of 248.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B58DC is Cyan = 0.51, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10788220-
CMYK0.510.600.14
HSL248.64º65.35%60.39%-
HSV(B)248.64º60%86.27%-
XYZ22.4715.2769.47-
YUV108.73190.79126.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.78%
GREEN value IS 88 (34.77% from 255) = 21.20%
BLUE value IS 220 (86.33% from 255) = 53.01%
R=25.78%
G=21.20%
B=53.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal107882200.510.600.14248.6465.3560.39
Hex6B58DC333C0Ef9413c
Octal153130334637401637110174
Binary110101110110001101110011001111110001110111110011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B58DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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