#642A8E

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

Shades of Kingfisher Daisy #642A8E

Tints of Kingfisher Daisy #642A8E

Color information

#642A8E (or 0x642A8E) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 2A and 8E. RGB value is (100,42,142). Sum of RGB (Red+Green+Blue) = 100+42+142=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #642A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642A8E is #9BD571. Grayscale: #464646. Windows color (decimal): -10212722 or 9316964. OLE color: 9316964.

HSL color Cylindrical-coordinate representation of color #642A8E: hue angle of 274.8º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #642A8E is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10042142-
CMYK0.300.7000.44
HSL274.8º54.35%36.08%-
HSV(B)274.8º70.42%55.69%-
XYZ10.976.3226.23-
YUV70.74168.22148.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.21%
GREEN value IS 42 (16.80% from 255) = 14.79%
BLUE value IS 142 (55.86% from 255) = 50%
R=35.21%
G=14.79%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100421420.300.7000.44274.854.3536.08
Hex642A8E1E4602C1133624
Octal14452216361060544236644
Binary1100100101010100011101111010001100101100100010011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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