#6B58CE

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

Shades of Slate Blue #6B58CE

Tints of Slate Blue #6B58CE

Color information

#6B58CE (or 0x6B58CE) is unknown color: approx Slate Blue. HEX triplet: 6B, 58 and CE. RGB value is (107,88,206). Sum of RGB (Red+Green+Blue) = 107+88+206=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B58CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B58CE is #94A731. Grayscale: #6A6A6A. Windows color (decimal): -9742130 or 13523051. OLE color: 13523051.

HSL color Cylindrical-coordinate representation of color #6B58CE: hue angle of 249.66º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B58CE is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10788206-
CMYK0.480.5700.19
HSL249.66º54.63%57.65%-
HSV(B)249.66º57.28%80.78%-
XYZ20.6914.5660.11-
YUV107.13183.79127.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.68%
GREEN value IS 88 (34.77% from 255) = 21.95%
BLUE value IS 206 (80.86% from 255) = 51.37%
R=26.68%
G=21.95%
B=51.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal107882060.480.5700.19249.6654.6357.65
Hex6B58CE3039013fa373a
Octal15313031660710233726772
Binary110101110110001100111011000011100101001111111010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B58CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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