Html Css Color HEX #685381 Butterfly Bush

📋 copy color: '#685381'

red 104 ◦ green 83 ◦ blue 129

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

Shades of Butterfly Bush #685381

Tints of Butterfly Bush #685381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

 BLUE value IS 129 (50.78% from 255) = 40.82%

R = 32.91%
G = 26.27%
B = 40.82%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#685381 (or 0x685381) is known color: Butterfly Bush. HEX triplet: 68, 53 and 81. RGB value is (104,83,129). Sum of RGB (Red+Green+Blue) = 104+83+129=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #685381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685381 is #97AC7E. Grayscale: #5E5E5E. Windows color (decimal): -9940095 or 8475496. OLE color: 8475496.

HSL color Cylindrical-coordinate representation of color #685381: hue angle of 267.39º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685381 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 83 129 -
CMYK 0.19 0.36 0 0.49
HSL 267.39º 0.22% 0.42% -
HSV(B) 267.39º 0.36% 0.51% -
XYZ 12.76 10.71 22.16 -
YUV 94.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 104 83 129 0.19 0.36 0 0.49 267.39 0.22 0.42
Hex 68 53 81 13 24 0 31 10B 16 2A
Octal 150 123 201 23 44 0 61 413 26 52
Binary 1101000 1010011 10000001 10011 100100 0 110001 100001011 10110 101010

Color Harmonies of #685381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685381

Black with #685381

Text Example


Text Example

White with #685381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685381; }

 p { color: rgb(104,83,129); }

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

background-color css

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

 a { background-color: rgb(104,83,129); }

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

border-color css

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

 span { border-color: rgb(104,83,129); }

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