Html Css Color HEX #685C90 Butterfly Bush

📋 copy color: '#685C90'

red 104 ◦ green 92 ◦ blue 144

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

Shades of Butterfly Bush #685C90

Tints of Butterfly Bush #685C90

RGB

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

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

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

R = 30.59%
G = 27.06%
B = 42.35%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#685C90 (or 0x685C90) is known color: Butterfly Bush. HEX triplet: 68, 5C and 90. RGB value is (104,92,144). Sum of RGB (Red+Green+Blue) = 104+92+144=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #685C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685C90 is #97A36F. Grayscale: #656565. Windows color (decimal): -9937776 or 9460840. OLE color: 9460840.

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

Color convert

RGB 104 92 144 -
CMYK 0.28 0.36 0 0.44
HSL 253.85º 0.22% 0.46% -
HSV(B) 253.85º 0.36% 0.56% -
XYZ 14.57 12.61 28.05 -
YUV 101.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 104 92 144 0.28 0.36 0 0.44 253.85 0.22 0.46
Hex 68 5C 90 1C 24 0 2C FE 16 2E
Octal 150 134 220 34 44 0 54 376 26 56
Binary 1101000 1011100 10010000 11100 100100 0 101100 11111110 10110 101110

Color Harmonies of #685C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C90

Black with #685C90

Text Example


Text Example

White with #685C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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