Html Css Color HEX #685B8D Butterfly Bush

📋 copy color: '#685B8D'

red 104 ◦ green 91 ◦ blue 141

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

Shades of Butterfly Bush #685B8D

Tints of Butterfly Bush #685B8D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.08%

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 30.95%
G = 27.08%
B = 41.96%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#685B8D (or 0x685B8D) is known color: Butterfly Bush. HEX triplet: 68, 5B and 8D. RGB value is (104,91,141). Sum of RGB (Red+Green+Blue) = 104+91+141=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #685B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685B8D is #97A472. Grayscale: #646464. Windows color (decimal): -9938035 or 9263976. OLE color: 9263976.

HSL color Cylindrical-coordinate representation of color #685B8D: hue angle of 255.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #685B8D is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 91 141 -
CMYK 0.26 0.35 0 0.45
HSL 255.6º 0.22% 0.45% -
HSV(B) 255.6º 0.35% 0.55% -
XYZ 14.26 12.35 26.83 -
YUV 100.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 104 91 141 0.26 0.35 0 0.45 255.6 0.22 0.45
Hex 68 5B 8D 1A 23 0 2D 100 16 2D
Octal 150 133 215 32 43 0 55 400 26 55
Binary 1101000 1011011 10001101 11010 100011 0 101101 100000000 10110 101101

Color Harmonies of #685B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B8D

Black with #685B8D

Text Example


Text Example

White with #685B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,91,141); }

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

background-color css

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

 a { background-color: rgb(104,91,141); }

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

border-color css

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

 span { border-color: rgb(104,91,141); }

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