#64368D

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

Shades of Kingfisher Daisy #64368D

Tints of Kingfisher Daisy #64368D

Color information

#64368D (or 0x64368D) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 36 and 8D. RGB value is (100,54,141). Sum of RGB (Red+Green+Blue) = 100+54+141=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #64368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64368D is #9BC972. Grayscale: #4D4D4D. Windows color (decimal): -10209651 or 9254500. OLE color: 9254500.

HSL color Cylindrical-coordinate representation of color #64368D: hue angle of 271.72º 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 #64368D is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10054141-
CMYK0.290.6200.45
HSL271.72º44.62%38.24%-
HSV(B)271.72º61.7%55.29%-
XYZ11.387.2726-
YUV77.67163.74143.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=33.90%
G=18.31%
B=47.80%

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
Decimal100541410.290.6200.45271.7244.6238.24
Hex64368D1D3E02D1102d26
Octal1446621535760554205546
Binary110010011011010001101111011111100101101100010000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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