Html Css Color HEX #7061C4 Slate Blue

📋 copy color: '#7061C4'

red 112 ◦ green 97 ◦ blue 196

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

Shades of Slate Blue #7061C4

Tints of Slate Blue #7061C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 48.4%

R = 27.65%
G = 23.95%
B = 48.4%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7061C4 (or 0x7061C4) is known color: Slate Blue. HEX triplet: 70, 61 and C4. RGB value is (112,97,196). Sum of RGB (Red+Green+Blue) = 112+97+196=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #7061C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7061C4 is #8F9E3B. Grayscale: #707070. Windows color (decimal): -9412156 or 12870000. OLE color: 12870000.

HSL color Cylindrical-coordinate representation of color #7061C4: hue angle of 249.09º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7061C4 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 97 196 -
CMYK 0.43 0.51 0 0.23
HSL 249.09º 0.46% 0.57% -
HSV(B) 249.09º 0.51% 0.77% -
XYZ 20.92 15.98 54.21 -
YUV 112.77 174.97 127.45 -
System Red Green Blue C M Y K H S L
Decimal 112 97 196 0.43 0.51 0 0.23 249.09 0.46 0.57
Hex 70 61 C4 2B 33 0 17 F9 2E 39
Octal 160 141 304 53 63 0 27 371 56 71
Binary 1110000 1100001 11000100 101011 110011 0 10111 11111001 101110 111001

Color Harmonies of #7061C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7061C4

Black with #7061C4

Text Example


Text Example

White with #7061C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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