#64368B

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

Shades of Kingfisher Daisy #64368B

Tints of Kingfisher Daisy #64368B

Color information

#64368B (or 0x64368B) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 36 and 8B. RGB value is (100,54,139). Sum of RGB (Red+Green+Blue) = 100+54+139=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #64368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64368B is #9BC974. Grayscale: #4D4D4D. Windows color (decimal): -10209653 or 9123428. OLE color: 9123428.

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

Color convert

RGB10054139-
CMYK0.280.6100.45
HSL272.47º44.04%37.84%-
HSV(B)272.47º61.15%54.51%-
XYZ11.237.2125.23-
YUV77.44162.74144.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 54 (21.48% from 255) = 18.43%
BLUE value IS 139 (54.69% from 255) = 47.44%
R=34.13%
G=18.43%
B=47.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100541390.280.6100.45272.4744.0437.84
Hex64368B1C3D02D1102c26
Octal1446621334750554205446
Binary110010011011010001011111001111010101101100010000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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