Html Css Color HEX #685898 Butterfly Bush

📋 copy color: '#685898'

red 104 ◦ green 88 ◦ blue 152

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

Shades of Butterfly Bush #685898

Tints of Butterfly Bush #685898

RGB

 RED value IS 104 (41.02% from 255) = 30.23%

 GREEN value IS 88 (34.77% from 255) = 25.58%

 BLUE value IS 152 (59.77% from 255) = 44.19%

R = 30.23%
G = 25.58%
B = 44.19%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#685898 (or 0x685898) is known color: Butterfly Bush. HEX triplet: 68, 58 and 98. RGB value is (104,88,152). Sum of RGB (Red+Green+Blue) = 104+88+152=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #685898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685898 is #97A767. Grayscale: #636363. Windows color (decimal): -9938792 or 9984104. OLE color: 9984104.

HSL color Cylindrical-coordinate representation of color #685898: hue angle of 255º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #685898 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 88 152 -
CMYK 0.32 0.42 0 0.40
HSL 255º 0.27% 0.47% -
HSV(B) 255º 0.42% 0.6% -
XYZ 14.87 12.19 31.28 -
YUV 100.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 104 88 152 0.32 0.42 0 0.40 255 0.27 0.47
Hex 68 58 98 20 2A 0 28 FF 1B 2F
Octal 150 130 230 40 52 0 50 377 33 57
Binary 1101000 1011000 10011000 100000 101010 0 101000 11111111 11011 101111

Color Harmonies of #685898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685898

Black with #685898

Text Example


Text Example

White with #685898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685898; }

 p { color: rgb(104,88,152); }

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

background-color css

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

 a { background-color: rgb(104,88,152); }

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

border-color css

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

 span { border-color: rgb(104,88,152); }

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