#7061CF

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

Shades of Slate Blue #7061CF

Tints of Slate Blue #7061CF

Color information

#7061CF (or 0x7061CF) is unknown color: approx Slate Blue. HEX triplet: 70, 61 and CF. RGB value is (112,97,207). Sum of RGB (Red+Green+Blue) = 112+97+207=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #7061CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7061CF is #8F9E30. Grayscale: #717171. Windows color (decimal): -9412145 or 13590896. OLE color: 13590896.

HSL color Cylindrical-coordinate representation of color #7061CF: hue angle of 248.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7061CF is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11297207-
CMYK0.460.5300.19
HSL248.18º53.4%59.61%-
HSV(B)248.18º53.14%81.18%-
XYZ22.2216.561.05-
YUV114.02180.47126.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 207 (81.25% from 255) = 49.76%
R=26.92%
G=23.32%
B=49.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112972070.460.5300.19248.1853.459.61
Hex7061CF2E35013f8353c
Octal16014131756650233706574
Binary111000011000011100111110111011010101001111111000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7061CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7061CF; }

 p { color: rgb(112,97,207); }

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

<style>
 a { background-color: #7061CF; }

 a { background-color: rgb(112,97,207); }

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

<style>
 span { border-color: #7061CF; }

 span { border-color: rgb(112,97,207); }

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