#644281

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

Shades of Kingfisher Daisy #644281

Tints of Kingfisher Daisy #644281

Color information

#644281 (or 0x644281) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 42 and 81. RGB value is (100,66,129). Sum of RGB (Red+Green+Blue) = 100+66+129=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #644281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644281 is #9BBD7E. Grayscale: #535353. Windows color (decimal): -10206591 or 8471140. OLE color: 8471140.

HSL color Cylindrical-coordinate representation of color #644281: hue angle of 272.38º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #644281 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10066129-
CMYK0.220.4900.49
HSL272.38º32.31%38.24%-
HSV(B)272.38º48.84%50.59%-
XYZ11.178.1921.76-
YUV83.35153.76139.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 129 (50.78% from 255) = 43.73%
R=33.90%
G=22.37%
B=43.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100661290.220.4900.49272.3832.3138.24
Hex64428116310311102026
Octal14410220126610614204046
Binary1100100100001010000001101101100010110001100010000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644281; }

 p { color: rgb(100,66,129); }

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

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

 a { background-color: rgb(100,66,129); }

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

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

 span { border-color: rgb(100,66,129); }

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