#64298B

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

Shades of Kingfisher Daisy #64298B

Tints of Kingfisher Daisy #64298B

Color information

#64298B (or 0x64298B) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 29 and 8B. RGB value is (100,41,139). Sum of RGB (Red+Green+Blue) = 100+41+139=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #64298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64298B is #9BD674. Grayscale: #454545. Windows color (decimal): -10212981 or 9120100. OLE color: 9120100.

HSL color Cylindrical-coordinate representation of color #64298B: hue angle of 276.12º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64298B is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10041139-
CMYK0.280.7100.45
HSL276.12º54.44%35.29%-
HSV(B)276.12º70.5%54.51%-
XYZ10.716.1625.05-
YUV69.81167.05149.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 41 (16.41% from 255) = 14.64%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=35.71%
G=14.64%
B=49.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100411390.280.7100.45276.1254.4435.29
Hex64298B1C4702D1143623
Octal14451213341070554246643
Binary1100100101001100010111110010001110101101100010100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64298B; }

 p { color: rgb(100,41,139); }

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

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

 a { background-color: rgb(100,41,139); }

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

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

 span { border-color: rgb(100,41,139); }

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