#643288

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

Shades of Kingfisher Daisy #643288

Tints of Kingfisher Daisy #643288

Color information

#643288 (or 0x643288) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 32 and 88. RGB value is (100,50,136). Sum of RGB (Red+Green+Blue) = 100+50+136=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #643288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643288 is #9BCD77. Grayscale: #4A4A4A. Windows color (decimal): -10210680 or 8925796. OLE color: 8925796.

HSL color Cylindrical-coordinate representation of color #643288: hue angle of 274.88º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #643288 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10050136-
CMYK0.260.6300.47
HSL274.88º46.24%36.47%-
HSV(B)274.88º63.24%53.33%-
XYZ10.846.7724.03-
YUV74.75162.56146.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.97%
GREEN value IS 50 (19.92% from 255) = 17.48%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=34.97%
G=17.48%
B=47.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100501360.260.6300.47274.8846.2436.47
Hex6432881A3F02F1132e24
Octal1446221032770574235644
Binary110010011001010001000110101111110101111100010011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643288; }

 p { color: rgb(100,50,136); }

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

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

 a { background-color: rgb(100,50,136); }

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

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

 span { border-color: rgb(100,50,136); }

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