#64307F

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

Shades of Kingfisher Daisy #64307F

Tints of Kingfisher Daisy #64307F

Color information

#64307F (or 0x64307F) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 30 and 7F. RGB value is (100,48,127). Sum of RGB (Red+Green+Blue) = 100+48+127=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #64307F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64307F is #9BCF80. Grayscale: #484848. Windows color (decimal): -10211201 or 8335460. OLE color: 8335460.

HSL color Cylindrical-coordinate representation of color #64307F: hue angle of 279.49º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64307F is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10048127-
CMYK0.210.6200.50
HSL279.49º45.14%34.31%-
HSV(B)279.49º62.2%49.8%-
XYZ10.146.3620.77-
YUV72.55158.73147.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 127 (50% from 255) = 46.18%
R=36.36%
G=17.45%
B=46.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100481270.210.6200.50279.4945.1434.31
Hex64307F153E0321172d22
Octal1446017725760624275542
Binary11001001100001111111101011111100110010100010111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64307F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64307F; }

 p { color: rgb(100,48,127); }

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

<style>
 a { background-color: #64307F; }

 a { background-color: rgb(100,48,127); }

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

<style>
 span { border-color: #64307F; }

 span { border-color: rgb(100,48,127); }

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