#643880

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

Shades of Kingfisher Daisy #643880

Tints of Kingfisher Daisy #643880

Color information

#643880 (or 0x643880) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 38 and 80. RGB value is (100,56,128). Sum of RGB (Red+Green+Blue) = 100+56+128=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #643880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643880 is #9BC77F. Grayscale: #4D4D4D. Windows color (decimal): -10209152 or 8403044. OLE color: 8403044.

HSL color Cylindrical-coordinate representation of color #643880: hue angle of 276.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #643880 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10056128-
CMYK0.220.5600.50
HSL276.67º39.13%36.08%-
HSV(B)276.67º56.25%50.2%-
XYZ10.577.121.23-
YUV77.36156.58144.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.21%
GREEN value IS 56 (22.27% from 255) = 19.72%
BLUE value IS 128 (50.39% from 255) = 45.07%
R=35.21%
G=19.72%
B=45.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100561280.220.5600.50276.6739.1336.08
Hex64388016380321152724
Octal1447020026700624254744
Binary110010011100010000000101101110000110010100010101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643880; }

 p { color: rgb(100,56,128); }

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

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

 a { background-color: rgb(100,56,128); }

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

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

 span { border-color: rgb(100,56,128); }

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