#6852C0

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

Shades of Slate Blue #6852C0

Tints of Slate Blue #6852C0

Color information

#6852C0 (or 0x6852C0) is unknown color: approx Slate Blue. HEX triplet: 68, 52 and C0. RGB value is (104,82,192). Sum of RGB (Red+Green+Blue) = 104+82+192=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #6852C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6852C0 is #97AD3F. Grayscale: #646464. Windows color (decimal): -9940288 or 12604008. OLE color: 12604008.

HSL color Cylindrical-coordinate representation of color #6852C0: hue angle of 252º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6852C0 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10482192-
CMYK0.460.5700.25
HSL252º46.61%53.73%-
HSV(B)252º57.29%75.29%-
XYZ18.2412.7851.38-
YUV101.12179.29130.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 192 (75.39% from 255) = 50.79%
R=27.51%
G=21.69%
B=50.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104821920.460.5700.2525246.6153.73
Hex6852C02E39019fc2f36
Octal15012230056710313745766
Binary110100010100101100000010111011100101100111111100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6852C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6852C0; }

 p { color: rgb(104,82,192); }

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

<style>
 a { background-color: #6852C0; }

 a { background-color: rgb(104,82,192); }

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

<style>
 span { border-color: #6852C0; }

 span { border-color: rgb(104,82,192); }

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