#642586

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

Shades of Kingfisher Daisy #642586

Tints of Kingfisher Daisy #642586

Color information

#642586 (or 0x642586) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 25 and 86. RGB value is (100,37,134). Sum of RGB (Red+Green+Blue) = 100+37+134=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #642586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642586 is #9BDA79. Grayscale: #424242. Windows color (decimal): -10214010 or 8791396. OLE color: 8791396.

HSL color Cylindrical-coordinate representation of color #642586: hue angle of 278.97º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #642586 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10037134-
CMYK0.250.7200.47
HSL278.97º56.73%33.53%-
HSV(B)278.97º72.39%52.55%-
XYZ10.225.7523.13-
YUV66.9165.87151.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.90%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 134 (52.73% from 255) = 49.45%
R=36.90%
G=13.65%
B=49.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100371340.250.7200.47278.9756.7333.53
Hex642586194802F1173922
Octal14445206311100574277142
Binary1100100100101100001101100110010000101111100010111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642586; }

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

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

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

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

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

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

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

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