Html Css Color HEX #685A90 Butterfly Bush

📋 copy color: '#685A90'

red 104 ◦ green 90 ◦ blue 144

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

Shades of Butterfly Bush #685A90

Tints of Butterfly Bush #685A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.6%

R = 30.77%
G = 26.63%
B = 42.6%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#685A90 (or 0x685A90) is known color: Butterfly Bush. HEX triplet: 68, 5A and 90. RGB value is (104,90,144). Sum of RGB (Red+Green+Blue) = 104+90+144=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #685A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685A90 is #97A56F. Grayscale: #646464. Windows color (decimal): -9938288 or 9460328. OLE color: 9460328.

HSL color Cylindrical-coordinate representation of color #685A90: hue angle of 255.56º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #685A90 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 90 144 -
CMYK 0.28 0.37 0 0.44
HSL 255.56º 0.23% 0.46% -
HSV(B) 255.56º 0.38% 0.56% -
XYZ 14.4 12.27 27.99 -
YUV 100.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 104 90 144 0.28 0.37 0 0.44 255.56 0.23 0.46
Hex 68 5A 90 1C 25 0 2C 100 17 2E
Octal 150 132 220 34 45 0 54 400 27 56
Binary 1101000 1011010 10010000 11100 100101 0 101100 100000000 10111 101110

Color Harmonies of #685A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A90

Black with #685A90

Text Example


Text Example

White with #685A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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