#642d8c

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

Shades of Kingfisher Daisy #642D8C

Tints of Kingfisher Daisy #642D8C

Color information

#642D8C (or 0x642D8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 2D and 8C. RGB value is (100,45,140). Sum of RGB (Red+Green+Blue) = 100+45+140=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #642D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642D8C is #9BD273. Grayscale: #474747. Windows color (decimal): -10211956 or 9186660. OLE color: 9186660.

HSL color Cylindrical-coordinate representation of color #642D8C: hue angle of 274.74º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642D8C is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10045140-
CMYK0.290.6800.45
HSL274.74º51.35%36.27%-
HSV(B)274.74º67.86%54.9%-
XYZ10.936.4825.49-
YUV72.28166.22147.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 45 (17.97% from 255) = 15.79%
BLUE value IS 140 (55.08% from 255) = 49.12%
R=35.09%
G=15.79%
B=49.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100451400.290.6800.45274.7451.3536.27
Hex642D8C1D4402D1133324
Octal14455214351040554236344
Binary1100100101101100011001110110001000101101100010011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642d8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642d8c; }

 p { color: rgb(100,45,140); }

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

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

 a { background-color: rgb(100,45,140); }

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

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

 span { border-color: rgb(100,45,140); }

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