#6848CC

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

Shades of Slate Blue #6848CC

Tints of Slate Blue #6848CC

Color information

#6848CC (or 0x6848CC) is unknown color: approx Slate Blue. HEX triplet: 68, 48 and CC. RGB value is (104,72,204). Sum of RGB (Red+Green+Blue) = 104+72+204=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #6848CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6848CC is #97B733. Grayscale: #606060. Windows color (decimal): -9942836 or 13387880. OLE color: 13387880.

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

Color convert

RGB10472204-
CMYK0.490.6500.2
HSL254.55º56.41%54.12%-
HSV(B)254.55º64.71%80%-
XYZ18.9311.9458.43-
YUV96.62188.6133.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 72 (28.52% from 255) = 18.95%
BLUE value IS 204 (80.08% from 255) = 53.68%
R=27.37%
G=18.95%
B=53.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal104722040.490.6500.2254.5556.4154.12
Hex6848CC3141014ff3836
Octal150110314611010243777066
Binary1101000100100011001100110001100000101010011111111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6848CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,72,204); }

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

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

 a { background-color: rgb(104,72,204); }

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

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

 span { border-color: rgb(104,72,204); }

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