#6B63BF

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

Shades of Slate Blue #6B63BF

Tints of Slate Blue #6B63BF

Color information

#6B63BF (or 0x6B63BF) is unknown color: approx Slate Blue. HEX triplet: 6B, 63 and BF. RGB value is (107,99,191). Sum of RGB (Red+Green+Blue) = 107+99+191=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B63BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B63BF is #949C40. Grayscale: #6F6F6F. Windows color (decimal): -9739329 or 12542827. OLE color: 12542827.

HSL color Cylindrical-coordinate representation of color #6B63BF: hue angle of 245.22º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B63BF is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10799191-
CMYK0.440.4800.25
HSL245.22º41.82%56.86%-
HSV(B)245.22º48.17%74.9%-
XYZ19.9315.8151.29-
YUV111.88172.65124.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.95%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 191 (75% from 255) = 48.11%
R=26.95%
G=24.94%
B=48.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107991910.440.4800.25245.2241.8256.86
Hex6B63BF2C30019f52a39
Octal15314327754600313655271
Binary110101111000111011111110110011000001100111110101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B63BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,99,191); }

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

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

 a { background-color: rgb(107,99,191); }

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

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

 span { border-color: rgb(107,99,191); }

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