Html Css Color HEX #685A96 Butterfly Bush

📋 copy color: '#685A96'

red 104 ◦ green 90 ◦ blue 150

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

Shades of Butterfly Bush #685A96

Tints of Butterfly Bush #685A96

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.16%

 BLUE value IS 150 (58.98% from 255) = 43.6%

R = 30.23%
G = 26.16%
B = 43.6%

CMYK

 C value IS 0.31

 M value IS 0.4

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#685A96 (or 0x685A96) is known color: Butterfly Bush. HEX triplet: 68, 5A and 96. RGB value is (104,90,150). Sum of RGB (Red+Green+Blue) = 104+90+150=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #685A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685A96 is #97A569. Grayscale: #646464. Windows color (decimal): -9938282 or 9853544. OLE color: 9853544.

HSL color Cylindrical-coordinate representation of color #685A96: hue angle of 254º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #685A96 is Cyan = 0.31, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 90 150 -
CMYK 0.31 0.4 0 0.41
HSL 254º 0.25% 0.47% -
HSV(B) 254º 0.4% 0.59% -
XYZ 14.87 12.46 30.47 -
YUV 101.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 104 90 150 0.31 0.4 0 0.41 254 0.25 0.47
Hex 68 5A 96 1F 28 0 29 FE 19 2F
Octal 150 132 226 37 50 0 51 376 31 57
Binary 1101000 1011010 10010110 11111 101000 0 101001 11111110 11001 101111

Color Harmonies of #685A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A96

Black with #685A96

Text Example


Text Example

White with #685A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685A96; }

 p { color: rgb(104,90,150); }

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

background-color css

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

 a { background-color: rgb(104,90,150); }

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

border-color css

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

 span { border-color: rgb(104,90,150); }

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