#602584

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

Shades of Kingfisher Daisy #602584

Tints of Kingfisher Daisy #602584

Color information

#602584 (or 0x602584) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 25 and 84. RGB value is (96,37,132). Sum of RGB (Red+Green+Blue) = 96+37+132=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #602584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602584 is #9FDA7B. Grayscale: #414141. Windows color (decimal): -10476156 or 8660320. OLE color: 8660320.

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

Color convert

RGB9637132-
CMYK0.270.7200.48
HSL277.26º56.21%33.14%-
HSV(B)277.26º71.97%51.76%-
XYZ9.655.4822.38-
YUV65.47165.55149.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=36.23%
G=13.96%
B=49.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96371320.270.7200.48277.2656.2133.14
Hex6025841B480301153821
Octal14045204331100604257041
Binary1100000100101100001001101110010000110000100010101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602584; }

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

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

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

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

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

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

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

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