Html Css Color HEX #706094 Butterfly Bush

📋 copy color: '#706094'

red 112 ◦ green 96 ◦ blue 148

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

Shades of Butterfly Bush #706094

Tints of Butterfly Bush #706094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 31.46%
G = 26.97%
B = 41.57%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#706094 (or 0x706094) is known color: Butterfly Bush. HEX triplet: 70, 60 and 94. RGB value is (112,96,148). Sum of RGB (Red+Green+Blue) = 112+96+148=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #706094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706094 is #8F9F6B. Grayscale: #6A6A6A. Windows color (decimal): -9412460 or 9724016. OLE color: 9724016.

HSL color Cylindrical-coordinate representation of color #706094: hue angle of 258.46º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #706094 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 96 148 -
CMYK 0.24 0.35 0 0.42
HSL 258.46º 0.21% 0.48% -
HSV(B) 258.46º 0.35% 0.58% -
XYZ 16.21 13.95 29.85 -
YUV 106.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 112 96 148 0.24 0.35 0 0.42 258.46 0.21 0.48
Hex 70 60 94 18 23 0 2A 102 15 30
Octal 160 140 224 30 43 0 52 402 25 60
Binary 1110000 1100000 10010100 11000 100011 0 101010 100000010 10101 110000

Color Harmonies of #706094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706094

Black with #706094

Text Example


Text Example

White with #706094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706094; }

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

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

background-color css

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

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

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

border-color css

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

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

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