#7067CB

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

Shades of Slate Blue #7067CB

Tints of Slate Blue #7067CB

Color information

#7067CB (or 0x7067CB) is unknown color: approx Slate Blue. HEX triplet: 70, 67 and CB. RGB value is (112,103,203). Sum of RGB (Red+Green+Blue) = 112+103+203=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #7067CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067CB is #8F9834. Grayscale: #747474. Windows color (decimal): -9410613 or 13330288. OLE color: 13330288.

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

Color convert

RGB112103203-
CMYK0.450.4900.20
HSL245.4º49.02%60%-
HSV(B)245.4º49.26%79.61%-
XYZ22.3117.4658.69-
YUV117.09176.48124.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=26.79%
G=24.64%
B=48.56%

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
Decimal1121032030.450.4900.20245.449.0260
Hex7067CB2D31014f5313c
Octal16014731355610243656174
Binary111000011001111100101110110111000101010011110101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7067CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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