#642884

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

Shades of Kingfisher Daisy #642884

Tints of Kingfisher Daisy #642884

Color information

#642884 (or 0x642884) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 28 and 84. RGB value is (100,40,132). Sum of RGB (Red+Green+Blue) = 100+40+132=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #642884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642884 is #9BD77B. Grayscale: #444444. Windows color (decimal): -10213244 or 8661092. OLE color: 8661092.

HSL color Cylindrical-coordinate representation of color #642884: hue angle of 279.13º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #642884 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10040132-
CMYK0.240.7000.48
HSL279.13º53.49%33.73%-
HSV(B)279.13º69.7%51.76%-
XYZ10.185.8922.43-
YUV68.43163.88150.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 40 (16.02% from 255) = 14.71%
BLUE value IS 132 (51.95% from 255) = 48.53%
R=36.76%
G=14.71%
B=48.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100401320.240.7000.48279.1353.4933.73
Hex64288418460301173522
Octal14450204301060604276542
Binary1100100101000100001001100010001100110000100010111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642884; }

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

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

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

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

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

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

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

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