#7067CC

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

Shades of Slate Blue #7067CC

Tints of Slate Blue #7067CC

Color information

#7067CC (or 0x7067CC) is unknown color: approx Slate Blue. HEX triplet: 70, 67 and CC. RGB value is (112,103,204). Sum of RGB (Red+Green+Blue) = 112+103+204=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #7067CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067CC is #8F9833. Grayscale: #747474. Windows color (decimal): -9410612 or 13395824. OLE color: 13395824.

HSL color Cylindrical-coordinate representation of color #7067CC: hue angle of 245.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7067CC is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB112103204-
CMYK0.450.5000.2
HSL245.35º49.75%60.2%-
HSV(B)245.35º49.51%80%-
XYZ22.4317.559.32-
YUV117.2176.98124.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=26.73%
G=24.58%
B=48.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1121032040.450.5000.2245.3549.7560.2
Hex7067CC2D32014f5323c
Octal16014731455620243656274
Binary111000011001111100110010110111001001010011110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7067CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,103,204); }

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

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

 a { background-color: rgb(112,103,204); }

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

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

 span { border-color: rgb(112,103,204); }

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