#642584

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

Shades of Kingfisher Daisy #642584

Tints of Kingfisher Daisy #642584

Color information

#642584 (or 0x642584) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 25 and 84. RGB value is (100,37,132). Sum of RGB (Red+Green+Blue) = 100+37+132=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #642584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642584 is #9BDA7B. Grayscale: #424242. Windows color (decimal): -10214012 or 8660324. OLE color: 8660324.

HSL color Cylindrical-coordinate representation of color #642584: hue angle of 279.79º 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 #642584 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10037132-
CMYK0.240.7200.48
HSL279.79º56.21%33.14%-
HSV(B)279.79º71.97%51.76%-
XYZ10.085.722.4-
YUV66.67164.87151.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 37 (14.84% from 255) = 13.75%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=37.17%
G=13.75%
B=49.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100371320.240.7200.48279.7956.2133.14
Hex64258418480301183821
Octal14445204301100604307041
Binary1100100100101100001001100010010000110000100011000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642584; }

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

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

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

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

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

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

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

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