#643382

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

Shades of Kingfisher Daisy #643382

Tints of Kingfisher Daisy #643382

Color information

#643382 (or 0x643382) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 33 and 82. RGB value is (100,51,130). Sum of RGB (Red+Green+Blue) = 100+51+130=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #643382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643382 is #9BCC7D. Grayscale: #4A4A4A. Windows color (decimal): -10210430 or 8532836. OLE color: 8532836.

HSL color Cylindrical-coordinate representation of color #643382: hue angle of 277.22º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #643382 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10051130-
CMYK0.230.6100.49
HSL277.22º43.65%35.49%-
HSV(B)277.22º60.77%50.98%-
XYZ10.476.6921.86-
YUV74.66159.23146.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.59%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=35.59%
G=18.15%
B=46.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100511300.230.6100.49277.2243.6535.49
Hex643382173D0311152c23
Octal1446320227750614255443
Binary110010011001110000010101111111010110001100010101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643382; }

 p { color: rgb(100,51,130); }

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

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

 a { background-color: rgb(100,51,130); }

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

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

 span { border-color: rgb(100,51,130); }

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