#674090

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

Shades of Daisy Bush #674090

Tints of Daisy Bush #674090

Color information

#674090 (or 0x674090) is unknown color: approx Daisy Bush. HEX triplet: 67, 40 and 90. RGB value is (103,64,144). Sum of RGB (Red+Green+Blue) = 103+64+144=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #674090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674090 is #98BF6F. Grayscale: #545454. Windows color (decimal): -10010480 or 9453671. OLE color: 9453671.

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

Color convert

RGB10364144-
CMYK0.280.5600.44
HSL269.25º38.46%40.78%-
HSV(B)269.25º55.56%56.47%-
XYZ12.468.5627.38-
YUV84.78161.42141-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.12%
GREEN value IS 64 (25.39% from 255) = 20.58%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=33.12%
G=20.58%
B=46.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal103641440.280.5600.44269.2538.4640.78
Hex6740901C3802C10d2629
Octal14710022034700544154651
Binary1100111100000010010000111001110000101100100001101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674090; }

 p { color: rgb(103,64,144); }

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

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

 a { background-color: rgb(103,64,144); }

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

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

 span { border-color: rgb(103,64,144); }

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