#7269C6

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

Shades of Slate Blue #7269C6

Tints of Slate Blue #7269C6

Color information

#7269C6 (or 0x7269C6) is unknown color: approx Slate Blue. HEX triplet: 72, 69 and C6. RGB value is (114,105,198). Sum of RGB (Red+Green+Blue) = 114+105+198=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #7269C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7269C6 is #8D9639. Grayscale: #757575. Windows color (decimal): -9279034 or 13003122. OLE color: 13003122.

HSL color Cylindrical-coordinate representation of color #7269C6: hue angle of 245.81º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7269C6 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB114105198-
CMYK0.420.4700.22
HSL245.81º44.93%59.41%-
HSV(B)245.81º46.97%77.65%-
XYZ22.1817.7655.68-
YUV118.29172.98124.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.34%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 198 (77.73% from 255) = 47.48%
R=27.34%
G=25.18%
B=47.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1141051980.420.4700.22245.8144.9359.41
Hex7269C62A2F016f62d3b
Octal16215130652570263665573
Binary111001011010011100011010101010111101011011110110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7269C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7269C6; }

 p { color: rgb(114,105,198); }

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

<style>
 a { background-color: #7269C6; }

 a { background-color: rgb(114,105,198); }

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

<style>
 span { border-color: #7269C6; }

 span { border-color: rgb(114,105,198); }

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