#642D87

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

Shades of Kingfisher Daisy #642D87

Tints of Kingfisher Daisy #642D87

Color information

#642D87 (or 0x642D87) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 2D and 87. RGB value is (100,45,135). Sum of RGB (Red+Green+Blue) = 100+45+135=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #642D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642D87 is #9BD278. Grayscale: #474747. Windows color (decimal): -10211961 or 8858980. OLE color: 8858980.

HSL color Cylindrical-coordinate representation of color #642D87: hue angle of 276.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642D87 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10045135-
CMYK0.260.6700.47
HSL276.67º50%35.29%-
HSV(B)276.67º66.67%52.94%-
XYZ10.576.3423.59-
YUV71.7163.72148.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 45 (17.97% from 255) = 16.07%
BLUE value IS 135 (53.12% from 255) = 48.21%
R=35.71%
G=16.07%
B=48.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100451350.260.6700.47276.675035.29
Hex642D871A4302F1153223
Octal14455207321030574256243
Binary1100100101101100001111101010000110101111100010101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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