#7068d3

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

Shades of Slate Blue #7068D3

Tints of Slate Blue #7068D3

Color information

#7068D3 (or 0x7068D3) is unknown color: approx Slate Blue. HEX triplet: 70, 68 and D3. RGB value is (112,104,211). Sum of RGB (Red+Green+Blue) = 112+104+211=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 211 (82.81% from 255 or 49.41% from 427); Max value from RGB is 211 - color contains mainly: blue. Hex color #7068D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7068D3 is #8F972C. Grayscale: #767676. Windows color (decimal): -9410349 or 13854832. OLE color: 13854832.

HSL color Cylindrical-coordinate representation of color #7068D3: hue angle of 244.49º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7068D3 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB112104211-
CMYK0.470.5100.17
HSL244.49º54.87%61.76%-
HSV(B)244.49º50.71%82.75%-
XYZ23.3918.0563.88-
YUV118.59180.15123.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 104 (41.02% from 255) = 24.36%
BLUE value IS 211 (82.81% from 255) = 49.41%
R=26.23%
G=24.36%
B=49.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1121042110.470.5100.17244.4954.8761.76
Hex7068D32F33011f4373e
Octal16015032357630213646776
Binary111000011010001101001110111111001101000111110100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7068d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7068d3; }

 p { color: rgb(112,104,211); }

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

<style>
 a { background-color: #7068d3; }

 a { background-color: rgb(112,104,211); }

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

<style>
 span { border-color: #7068d3; }

 span { border-color: rgb(112,104,211); }

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