#674488

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

Shades of Daisy Bush #674488

Tints of Daisy Bush #674488

Color information

#674488 (or 0x674488) is unknown color: approx Daisy Bush. HEX triplet: 67, 44 and 88. RGB value is (103,68,136). Sum of RGB (Red+Green+Blue) = 103+68+136=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #674488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674488 is #98BB77. Grayscale: #555555. Windows color (decimal): -10009464 or 8930407. OLE color: 8930407.

HSL color Cylindrical-coordinate representation of color #674488: hue angle of 270.88º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #674488 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10368136-
CMYK0.240.5000.47
HSL270.88º33.33%40%-
HSV(B)270.88º50%53.33%-
XYZ12.18.824.35-
YUV86.22156.1139.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.55%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=33.55%
G=22.15%
B=44.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal103681360.240.5000.47270.8833.3340
Hex674488183202F10f2128
Octal14710421030620574174150
Binary1100111100010010001000110001100100101111100001111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674488; }

 p { color: rgb(103,68,136); }

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

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

 a { background-color: rgb(103,68,136); }

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

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

 span { border-color: rgb(103,68,136); }

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