#7069CD

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

Shades of Slate Blue #7069CD

Tints of Slate Blue #7069CD

Color information

#7069CD (or 0x7069CD) is unknown color: approx Slate Blue. HEX triplet: 70, 69 and CD. RGB value is (112,105,205). Sum of RGB (Red+Green+Blue) = 112+105+205=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #7069CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7069CD is #8F9632. Grayscale: #767676. Windows color (decimal): -9410099 or 13461872. OLE color: 13461872.

HSL color Cylindrical-coordinate representation of color #7069CD: hue angle of 244.2º 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 #7069CD is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112105205-
CMYK0.450.4900.20
HSL244.2º50%60.78%-
HSV(B)244.2º48.78%80.39%-
XYZ22.7517.9660.02-
YUV118.49176.82123.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.54%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 205 (80.47% from 255) = 48.58%
R=26.54%
G=24.88%
B=48.58%

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
Decimal1121052050.450.4900.20244.25060.78
Hex7069CD2D31014f4323d
Octal16015131555610243646275
Binary111000011010011100110110110111000101010011110100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7069CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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