#642189

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

Shades of Kingfisher Daisy #642189

Tints of Kingfisher Daisy #642189

Color information

#642189 (or 0x642189) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 21 and 89. RGB value is (100,33,137). Sum of RGB (Red+Green+Blue) = 100+33+137=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #642189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642189 is #9BDE76. Grayscale: #404040. Windows color (decimal): -10215031 or 8986980. OLE color: 8986980.

HSL color Cylindrical-coordinate representation of color #642189: hue angle of 278.65º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642189 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10033137-
CMYK0.270.7600.46
HSL278.65º61.18%33.33%-
HSV(B)278.65º75.91%53.73%-
XYZ10.315.624.2-
YUV64.89168.7153.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.04%
GREEN value IS 33 (13.28% from 255) = 12.22%
BLUE value IS 137 (53.91% from 255) = 50.74%
R=37.04%
G=12.22%
B=50.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100331370.270.7600.46278.6561.1833.33
Hex6421891B4C02E1173d21
Octal14441211331140564277541
Binary1100100100001100010011101110011000101110100010111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642189; }

 p { color: rgb(100,33,137); }

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

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

 a { background-color: rgb(100,33,137); }

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

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

 span { border-color: rgb(100,33,137); }

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