#6153C4

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

Shades of Slate Blue #6153C4

Tints of Slate Blue #6153C4

Color information

#6153C4 (or 0x6153C4) is unknown color: approx Slate Blue. HEX triplet: 61, 53 and C4. RGB value is (97,83,196). Sum of RGB (Red+Green+Blue) = 97+83+196=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 196 (76.95% from 255 or 52.13% from 376); Max value from RGB is 196 - color contains mainly: blue. Hex color #6153C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6153C4 is #9EAC3B. Grayscale: #636363. Windows color (decimal): -10398780 or 12866401. OLE color: 12866401.

HSL color Cylindrical-coordinate representation of color #6153C4: hue angle of 247.43º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6153C4 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9783196-
CMYK0.510.5800.23
HSL247.43º48.92%54.71%-
HSV(B)247.43º57.65%76.86%-
XYZ17.9912.7153.73-
YUV100.07182.14125.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.80%
GREEN value IS 83 (32.81% from 255) = 22.07%
BLUE value IS 196 (76.95% from 255) = 52.13%
R=25.80%
G=22.07%
B=52.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal97831960.510.5800.23247.4348.9254.71
Hex6153C4333A017f73137
Octal14112330463720273676167
Binary110000110100111100010011001111101001011111110111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6153C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6153C4; }

 p { color: rgb(97,83,196); }

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

<style>
 a { background-color: #6153C4; }

 a { background-color: rgb(97,83,196); }

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

<style>
 span { border-color: #6153C4; }

 span { border-color: rgb(97,83,196); }

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