Html Css Color HEX #7060C2 Slate Blue

📋 copy color: '#7060C2'

red 112 ◦ green 96 ◦ blue 194

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

Shades of Slate Blue #7060C2

Tints of Slate Blue #7060C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.26%

R = 27.86%
G = 23.88%
B = 48.26%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7060C2 (or 0x7060C2) is known color: Slate Blue. HEX triplet: 70, 60 and C2. RGB value is (112,96,194). Sum of RGB (Red+Green+Blue) = 112+96+194=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #7060C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7060C2 is #8F9F3D. Grayscale: #6F6F6F. Windows color (decimal): -9412414 or 12738672. OLE color: 12738672.

HSL color Cylindrical-coordinate representation of color #7060C2: hue angle of 249.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7060C2 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 96 194 -
CMYK 0.42 0.51 0 0.24
HSL 249.8º 0.45% 0.57% -
HSV(B) 249.8º 0.51% 0.76% -
XYZ 20.6 15.71 52.98 -
YUV 111.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 112 96 194 0.42 0.51 0 0.24 249.8 0.45 0.57
Hex 70 60 C2 2A 33 0 18 FA 2D 39
Octal 160 140 302 52 63 0 30 372 55 71
Binary 1110000 1100000 11000010 101010 110011 0 11000 11111010 101101 111001

Color Harmonies of #7060C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7060C2

Black with #7060C2

Text Example


Text Example

White with #7060C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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