#642E8D

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

Shades of Kingfisher Daisy #642E8D

Tints of Kingfisher Daisy #642E8D

Color information

#642E8D (or 0x642E8D) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 2E and 8D. RGB value is (100,46,141). Sum of RGB (Red+Green+Blue) = 100+46+141=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #642E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642E8D is #9BD172. Grayscale: #484848. Windows color (decimal): -10211699 or 9252452. OLE color: 9252452.

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

Color convert

RGB10046141-
CMYK0.290.6700.45
HSL274.11º50.8%36.67%-
HSV(B)274.11º67.38%55.29%-
XYZ11.046.5925.89-
YUV72.98166.39147.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.84%
GREEN value IS 46 (18.36% from 255) = 16.03%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=34.84%
G=16.03%
B=49.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100461410.290.6700.45274.1150.836.67
Hex642E8D1D4302D1123325
Octal14456215351030554226345
Binary1100100101110100011011110110000110101101100010010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,46,141); }

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

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

 a { background-color: rgb(100,46,141); }

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

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

 span { border-color: rgb(100,46,141); }

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