#64358D

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

Shades of Kingfisher Daisy #64358D

Tints of Kingfisher Daisy #64358D

Color information

#64358D (or 0x64358D) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 35 and 8D. RGB value is (100,53,141). Sum of RGB (Red+Green+Blue) = 100+53+141=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #64358D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64358D is #9BCA72. Grayscale: #4C4C4C. Windows color (decimal): -10209907 or 9254244. OLE color: 9254244.

HSL color Cylindrical-coordinate representation of color #64358D: hue angle of 272.05º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64358D is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10053141-
CMYK0.290.6200.45
HSL272.05º45.36%38.04%-
HSV(B)272.05º62.41%55.29%-
XYZ11.347.1825.99-
YUV77.08164.07144.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.01%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 141 (55.47% from 255) = 47.96%
R=34.01%
G=18.03%
B=47.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100531410.290.6200.45272.0545.3638.04
Hex64358D1D3E02D1102d26
Octal1446521535760554205546
Binary110010011010110001101111011111100101101100010000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64358D; }

 p { color: rgb(100,53,141); }

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

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

 a { background-color: rgb(100,53,141); }

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

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

 span { border-color: rgb(100,53,141); }

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