Html Css Color HEX #7060DF Slate Blue

📋 copy color: '#7060DF'

red 112 ◦ green 96 ◦ blue 223

#7060DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7060DF

Tints of Slate Blue #7060DF

RGB

 RED value IS 112 (44.14% from 255) = 25.99%

 GREEN value IS 96 (37.89% from 255) = 22.27%

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 25.99%
G = 22.27%
B = 51.74%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7060DF (or 0x7060DF) is known color: Slate Blue. HEX triplet: 70, 60 and DF. RGB value is (112,96,223). Sum of RGB (Red+Green+Blue) = 112+96+223=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #7060DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7060DF is #8F9F20. Grayscale: #727272. Windows color (decimal): -9412385 or 14639216. OLE color: 14639216.

HSL color Cylindrical-coordinate representation of color #7060DF: hue angle of 247.56º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7060DF is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 96 223 -
CMYK 0.50 0.57 0 0.13
HSL 247.56º 0.66% 0.63% -
HSV(B) 247.56º 0.57% 0.87% -
XYZ 24.18 17.14 71.85 -
YUV 115.26 188.8 125.67 -
System Red Green Blue C M Y K H S L
Decimal 112 96 223 0.50 0.57 0 0.13 247.56 0.66 0.63
Hex 70 60 DF 32 39 0 D F8 42 3F
Octal 160 140 337 62 71 0 15 370 102 77
Binary 1110000 1100000 11011111 110010 111001 0 1101 11111000 1000010 111111

Color Harmonies of #7060DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7060DF

Black with #7060DF

Text Example


Text Example

White with #7060DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7060DF; }

 p { color: rgb(112,96,223); }

 H1.HeaderClassName
 {
   color: #7060DF;
 }
 .AnyTagClassName
 {
   color: #7060DF;
 }
</style>

background-color css

<style>
 a { background-color: #7060DF; }

 a { background-color: rgb(112,96,223); }

 div.DivClassName
 {
   background-color: #7060DF;
 }
 .BgClassName
 {
   background-color: #7060DF;
 }
</style>

border-color css

<style>
 span { border-color: #7060DF; }

 span { border-color: rgb(112,96,223); }

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