#6146CC

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

Shades of Slate Blue #6146CC

Tints of Slate Blue #6146CC

Color information

#6146CC (or 0x6146CC) is unknown color: approx Slate Blue. HEX triplet: 61, 46 and CC. RGB value is (97,70,204). Sum of RGB (Red+Green+Blue) = 97+70+204=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #6146CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6146CC is #9EB933. Grayscale: #5C5C5C. Windows color (decimal): -10402100 or 13387361. OLE color: 13387361.

HSL color Cylindrical-coordinate representation of color #6146CC: hue angle of 252.09º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6146CC is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9770204-
CMYK0.520.6600.2
HSL252.09º56.78%53.73%-
HSV(B)252.09º65.69%80%-
XYZ18.0211.2858.35-
YUV93.35190.45130.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 204 (80.08% from 255) = 54.99%
R=26.15%
G=18.87%
B=54.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal97702040.520.6600.2252.0956.7853.73
Hex6146CC3442014fc3936
Octal141106314641020243747166
Binary1100001100011011001100110100100001001010011111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6146CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6146CC; }

 p { color: rgb(97,70,204); }

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

<style>
 a { background-color: #6146CC; }

 a { background-color: rgb(97,70,204); }

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

<style>
 span { border-color: #6146CC; }

 span { border-color: rgb(97,70,204); }

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