#7068CD

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

Shades of Slate Blue #7068CD

Tints of Slate Blue #7068CD

Color information

#7068CD (or 0x7068CD) is unknown color: approx Slate Blue. HEX triplet: 70, 68 and CD. RGB value is (112,104,205). Sum of RGB (Red+Green+Blue) = 112+104+205=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #7068CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7068CD is #8F9732. Grayscale: #757575. Windows color (decimal): -9410355 or 13461616. OLE color: 13461616.

HSL color Cylindrical-coordinate representation of color #7068CD: hue angle of 244.75º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7068CD is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112104205-
CMYK0.450.4900.20
HSL244.75º50.25%60.59%-
HSV(B)244.75º49.27%80.39%-
XYZ22.6517.7559.99-
YUV117.91177.15123.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.60%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=26.60%
G=24.70%
B=48.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121042050.450.4900.20244.7550.2560.59
Hex7068CD2D31014f5323d
Octal16015031555610243656275
Binary111000011010001100110110110111000101010011110101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7068CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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