Html Css Color HEX #7061C0 Slate Blue

📋 copy color: '#7061C0'

red 112 ◦ green 97 ◦ blue 192

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

Shades of Slate Blue #7061C0

Tints of Slate Blue #7061C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.19%

 BLUE value IS 192 (75.39% from 255) = 47.88%

R = 27.93%
G = 24.19%
B = 47.88%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7061C0 (or 0x7061C0) is known color: Slate Blue. HEX triplet: 70, 61 and C0. RGB value is (112,97,192). Sum of RGB (Red+Green+Blue) = 112+97+192=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #7061C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7061C0 is #8F9E3F. Grayscale: #6F6F6F. Windows color (decimal): -9412160 or 12607856. OLE color: 12607856.

HSL color Cylindrical-coordinate representation of color #7061C0: hue angle of 249.47º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7061C0 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 97 192 -
CMYK 0.42 0.49 0 0.25
HSL 249.47º 0.43% 0.57% -
HSV(B) 249.47º 0.49% 0.75% -
XYZ 20.47 15.8 51.84 -
YUV 112.32 172.97 127.78 -
System Red Green Blue C M Y K H S L
Decimal 112 97 192 0.42 0.49 0 0.25 249.47 0.43 0.57
Hex 70 61 C0 2A 31 0 19 F9 2B 39
Octal 160 141 300 52 61 0 31 371 53 71
Binary 1110000 1100001 11000000 101010 110001 0 11001 11111001 101011 111001

Color Harmonies of #7061C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7061C0

Black with #7061C0

Text Example


Text Example

White with #7061C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7061C0;
 }
 .AnyTagClassName
 {
   color: #7061C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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