Html Css Color HEX #685083 Butterfly Bush

📋 copy color: '#685083'

red 104 ◦ green 80 ◦ blue 131

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

Shades of Butterfly Bush #685083

Tints of Butterfly Bush #685083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.4%

 BLUE value IS 131 (51.56% from 255) = 41.59%

R = 33.02%
G = 25.4%
B = 41.59%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#685083 (or 0x685083) is known color: Butterfly Bush. HEX triplet: 68, 50 and 83. RGB value is (104,80,131). Sum of RGB (Red+Green+Blue) = 104+80+131=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 131 - color contains mainly: blue. Hex color #685083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685083 is #97AF7C. Grayscale: #5C5C5C. Windows color (decimal): -9940861 or 8605800. OLE color: 8605800.

HSL color Cylindrical-coordinate representation of color #685083: hue angle of 268.24º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #685083 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 80 131 -
CMYK 0.21 0.39 0 0.49
HSL 268.24º 0.24% 0.41% -
HSV(B) 268.24º 0.39% 0.51% -
XYZ 12.67 10.32 22.8 -
YUV 92.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 104 80 131 0.21 0.39 0 0.49 268.24 0.24 0.41
Hex 68 50 83 15 27 0 31 10C 18 29
Octal 150 120 203 25 47 0 61 414 30 51
Binary 1101000 1010000 10000011 10101 100111 0 110001 100001100 11000 101001

Color Harmonies of #685083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685083

Black with #685083

Text Example


Text Example

White with #685083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685083; }

 p { color: rgb(104,80,131); }

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

background-color css

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

 a { background-color: rgb(104,80,131); }

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

border-color css

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

 span { border-color: rgb(104,80,131); }

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