#604284

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

Shades of Kingfisher Daisy #604284

Tints of Kingfisher Daisy #604284

Color information

#604284 (or 0x604284) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 42 and 84. RGB value is (96,66,132). Sum of RGB (Red+Green+Blue) = 96+66+132=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #604284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604284 is #9FBD7B. Grayscale: #525252. Windows color (decimal): -10468732 or 8667744. OLE color: 8667744.

HSL color Cylindrical-coordinate representation of color #604284: hue angle of 267.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #604284 is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9666132-
CMYK0.270.500.48
HSL267.27º33.33%38.82%-
HSV(B)267.27º50%51.76%-
XYZ10.948.0522.81-
YUV82.49155.94137.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.65%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 132 (51.95% from 255) = 44.90%
R=32.65%
G=22.45%
B=44.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96661320.270.500.48267.2733.3338.82
Hex6042841B3203010b2127
Octal14010220433620604134147
Binary1100000100001010000100110111100100110000100001011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604284; }

 p { color: rgb(96,66,132); }

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

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

 a { background-color: rgb(96,66,132); }

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

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

 span { border-color: rgb(96,66,132); }

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