Html Css Color HEX #684690 Daisy Bush

📋 copy color: '#684690'

red 104 ◦ green 70 ◦ blue 144

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

Shades of Daisy Bush #684690

Tints of Daisy Bush #684690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.01%

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

R = 32.7%
G = 22.01%
B = 45.28%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#684690 (or 0x684690) is known color: Daisy Bush. HEX triplet: 68, 46 and 90. RGB value is (104,70,144). Sum of RGB (Red+Green+Blue) = 104+70+144=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #684690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684690 is #97B96F. Grayscale: #585858. Windows color (decimal): -9943408 or 9455208. OLE color: 9455208.

HSL color Cylindrical-coordinate representation of color #684690: hue angle of 267.57º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684690 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 70 144 -
CMYK 0.28 0.51 0 0.44
HSL 267.57º 0.35% 0.42% -
HSV(B) 267.57º 0.51% 0.56% -
XYZ 12.93 9.34 27.51 -
YUV 88.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 104 70 144 0.28 0.51 0 0.44 267.57 0.35 0.42
Hex 68 46 90 1C 33 0 2C 10C 23 2A
Octal 150 106 220 34 63 0 54 414 43 52
Binary 1101000 1000110 10010000 11100 110011 0 101100 100001100 100011 101010

Color Harmonies of #684690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684690

Black with #684690

Text Example


Text Example

White with #684690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684690; }

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

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

background-color css

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

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

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

border-color css

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

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

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