#64388B

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

Shades of Kingfisher Daisy #64388B

Tints of Kingfisher Daisy #64388B

Color information

#64388B (or 0x64388B) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 38 and 8B. RGB value is (100,56,139). Sum of RGB (Red+Green+Blue) = 100+56+139=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #64388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64388B is #9BC774. Grayscale: #4E4E4E. Windows color (decimal): -10209141 or 9123940. OLE color: 9123940.

HSL color Cylindrical-coordinate representation of color #64388B: hue angle of 271.81º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64388B is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10056139-
CMYK0.280.6000.45
HSL271.81º42.56%38.24%-
HSV(B)271.81º59.71%54.51%-
XYZ11.337.425.26-
YUV78.62162.08143.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=33.90%
G=18.98%
B=47.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100561390.280.6000.45271.8142.5638.24
Hex64388B1C3C02D1102b26
Octal1447021334740554205346
Binary110010011100010001011111001111000101101100010000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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