#64308F

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

Shades of Kingfisher Daisy #64308F

Tints of Kingfisher Daisy #64308F

Color information

#64308F (or 0x64308F) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 30 and 8F. RGB value is (100,48,143). Sum of RGB (Red+Green+Blue) = 100+48+143=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #64308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64308F is #9BCF70. Grayscale: #4A4A4A. Windows color (decimal): -10211185 or 9384036. OLE color: 9384036.

HSL color Cylindrical-coordinate representation of color #64308F: hue angle of 272.84º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64308F is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10048143-
CMYK0.300.6600.44
HSL272.84º49.74%37.45%-
HSV(B)272.84º66.43%56.08%-
XYZ11.276.8126.71-
YUV74.38166.73146.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.36%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 143 (56.25% from 255) = 49.14%
R=34.36%
G=16.49%
B=49.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100481430.300.6600.44272.8449.7437.45
Hex64308F1E4202C1113225
Octal14460217361020544216245
Binary1100100110000100011111111010000100101100100010001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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