Html Css Color HEX #685C94 Butterfly Bush

📋 copy color: '#685C94'

red 104 ◦ green 92 ◦ blue 148

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

Shades of Butterfly Bush #685C94

Tints of Butterfly Bush #685C94

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.74%

 BLUE value IS 148 (58.2% from 255) = 43.02%

R = 30.23%
G = 26.74%
B = 43.02%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#685C94 (or 0x685C94) is known color: Butterfly Bush. HEX triplet: 68, 5C and 94. RGB value is (104,92,148). Sum of RGB (Red+Green+Blue) = 104+92+148=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #685C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685C94 is #97A36B. Grayscale: #656565. Windows color (decimal): -9937772 or 9722984. OLE color: 9722984.

HSL color Cylindrical-coordinate representation of color #685C94: hue angle of 252.86º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #685C94 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 92 148 -
CMYK 0.30 0.38 0 0.42
HSL 252.86º 0.23% 0.47% -
HSV(B) 252.86º 0.38% 0.58% -
XYZ 14.88 12.74 29.69 -
YUV 101.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 104 92 148 0.30 0.38 0 0.42 252.86 0.23 0.47
Hex 68 5C 94 1E 26 0 2A FD 17 2F
Octal 150 134 224 36 46 0 52 375 27 57
Binary 1101000 1011100 10010100 11110 100110 0 101010 11111101 10111 101111

Color Harmonies of #685C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C94

Black with #685C94

Text Example


Text Example

White with #685C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,92,148); }

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

background-color css

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

 a { background-color: rgb(104,92,148); }

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

border-color css

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

 span { border-color: rgb(104,92,148); }

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