#604482

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

Shades of Kingfisher Daisy #604482

Tints of Kingfisher Daisy #604482

Color information

#604482 (or 0x604482) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 44 and 82. RGB value is (96,68,130). Sum of RGB (Red+Green+Blue) = 96+68+130=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #604482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604482 is #9FBB7D. Grayscale: #535353. Windows color (decimal): -10468222 or 8537184. OLE color: 8537184.

HSL color Cylindrical-coordinate representation of color #604482: hue angle of 267.1º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #604482 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9668130-
CMYK0.260.4800.49
HSL267.1º31.31%38.82%-
HSV(B)267.1º47.69%50.98%-
XYZ10.928.2322.13-
YUV83.44154.28136.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.65%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=32.65%
G=23.13%
B=44.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96681300.260.4800.49267.131.3138.82
Hex6044821A3003110b1f27
Octal14010420232600614133747
Binary110000010001001000001011010110000011000110000101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604482; }

 p { color: rgb(96,68,130); }

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

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

 a { background-color: rgb(96,68,130); }

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

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

 span { border-color: rgb(96,68,130); }

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