#64228B

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

Shades of Kingfisher Daisy #64228B

Tints of Kingfisher Daisy #64228B

Color information

#64228B (or 0x64228B) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 22 and 8B. RGB value is (100,34,139). Sum of RGB (Red+Green+Blue) = 100+34+139=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #64228B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64228B is #9BDD74. Grayscale: #414141. Windows color (decimal): -10214773 or 9118308. OLE color: 9118308.

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

Color convert

RGB10034139-
CMYK0.280.7600.45
HSL277.71º60.69%33.92%-
HSV(B)277.71º75.54%54.51%-
XYZ10.495.7224.98-
YUV65.7169.37152.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.63%
GREEN value IS 34 (13.67% from 255) = 12.45%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=36.63%
G=12.45%
B=50.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100341390.280.7600.45277.7160.6933.92
Hex64228B1C4C02D1163d22
Octal14442213341140554267542
Binary1100100100010100010111110010011000101101100010110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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