Html Css Color HEX #706092 Butterfly Bush

📋 copy color: '#706092'

red 112 ◦ green 96 ◦ blue 146

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

Shades of Butterfly Bush #706092

Tints of Butterfly Bush #706092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.24%

R = 31.64%
G = 27.12%
B = 41.24%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#706092 (or 0x706092) is known color: Butterfly Bush. HEX triplet: 70, 60 and 92. RGB value is (112,96,146). Sum of RGB (Red+Green+Blue) = 112+96+146=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #706092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706092 is #8F9F6D. Grayscale: #6A6A6A. Windows color (decimal): -9412462 or 9592944. OLE color: 9592944.

HSL color Cylindrical-coordinate representation of color #706092: hue angle of 259.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #706092 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 96 146 -
CMYK 0.23 0.34 0 0.43
HSL 259.2º 0.21% 0.47% -
HSV(B) 259.2º 0.34% 0.57% -
XYZ 16.05 13.89 29.03 -
YUV 106.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 112 96 146 0.23 0.34 0 0.43 259.2 0.21 0.47
Hex 70 60 92 17 22 0 2B 103 15 2F
Octal 160 140 222 27 42 0 53 403 25 57
Binary 1110000 1100000 10010010 10111 100010 0 101011 100000011 10101 101111

Color Harmonies of #706092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706092

Black with #706092

Text Example


Text Example

White with #706092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706092; }

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

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

background-color css

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

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

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

border-color css

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

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

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