#674692

Color #674692 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #674692

Tints of Daisy Bush #674692

Color information

#674692 (or 0x674692) is unknown color: approx Daisy Bush. HEX triplet: 67, 46 and 92. RGB value is (103,70,146). Sum of RGB (Red+Green+Blue) = 103+70+146=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #674692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674692 is #98B96D. Grayscale: #585858. Windows color (decimal): -10008942 or 9586279. OLE color: 9586279.

HSL color Cylindrical-coordinate representation of color #674692: hue angle of 266.05º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #674692 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10370146-
CMYK0.290.5200.43
HSL266.05º35.19%42.35%-
HSV(B)266.05º52.05%57.25%-
XYZ12.979.3428.31-
YUV88.53160.43138.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.29%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=32.29%
G=21.94%
B=45.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103701460.290.5200.43266.0535.1942.35
Hex6746921D3402B10a232a
Octal14710622235640534124352
Binary1100111100011010010010111011101000101011100001010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674692; }

 p { color: rgb(103,70,146); }

 H1.HeaderClassName
 {
   color: #674692;
 }
 .AnyTagClassName
 {
   color: #674692;
 }
</style>
background-color css

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

 a { background-color: rgb(103,70,146); }

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

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

 span { border-color: rgb(103,70,146); }

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