#6B53E4

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

Shades of Slate Blue #6B53E4

Tints of Slate Blue #6B53E4

Color information

#6B53E4 (or 0x6B53E4) is unknown color: approx Slate Blue. HEX triplet: 6B, 53 and E4. RGB value is (107,83,228). Sum of RGB (Red+Green+Blue) = 107+83+228=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 228 (89.45% from 255 or 54.55% from 418); Max value from RGB is 228 - color contains mainly: blue. Hex color #6B53E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B53E4 is #94AC1B. Grayscale: #6A6A6A. Windows color (decimal): -9743388 or 14963563. OLE color: 14963563.

HSL color Cylindrical-coordinate representation of color #6B53E4: hue angle of 249.93º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B53E4 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10783228-
CMYK0.530.6400.11
HSL249.93º72.86%60.98%-
HSV(B)249.93º63.6%89.41%-
XYZ23.1614.9175.06-
YUV106.71196.45128.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.60%
GREEN value IS 83 (32.81% from 255) = 19.86%
BLUE value IS 228 (89.45% from 255) = 54.55%
R=25.60%
G=19.86%
B=54.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal107832280.530.6400.11249.9372.8660.98
Hex6B53E435400Bfa493d
Octal1531233446510001337211175
Binary1101011101001111100100110101100000001011111110101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B53E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,83,228); }

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

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

 a { background-color: rgb(107,83,228); }

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

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

 span { border-color: rgb(107,83,228); }

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