#642A8C

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

Shades of Kingfisher Daisy #642A8C

Tints of Kingfisher Daisy #642A8C

Color information

#642A8C (or 0x642A8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 2A and 8C. RGB value is (100,42,140). Sum of RGB (Red+Green+Blue) = 100+42+140=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #642A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642A8C is #9BD573. Grayscale: #464646. Windows color (decimal): -10212724 or 9185892. OLE color: 9185892.

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

Color convert

RGB10042140-
CMYK0.290.700.45
HSL275.51º53.85%35.69%-
HSV(B)275.51º70%54.9%-
XYZ10.826.2625.45-
YUV70.51167.22149.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.46%
GREEN value IS 42 (16.80% from 255) = 14.89%
BLUE value IS 140 (55.08% from 255) = 49.65%
R=35.46%
G=14.89%
B=49.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100421400.290.700.45275.5153.8535.69
Hex642A8C1D4602D1143624
Octal14452214351060554246644
Binary1100100101010100011001110110001100101101100010100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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