#643680

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

Shades of Kingfisher Daisy #643680

Tints of Kingfisher Daisy #643680

Color information

#643680 (or 0x643680) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 36 and 80. RGB value is (100,54,128). Sum of RGB (Red+Green+Blue) = 100+54+128=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #643680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643680 is #9BC97F. Grayscale: #4B4B4B. Windows color (decimal): -10209664 or 8402532. OLE color: 8402532.

HSL color Cylindrical-coordinate representation of color #643680: hue angle of 277.3º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #643680 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10054128-
CMYK0.220.5800.50
HSL277.3º40.66%35.69%-
HSV(B)277.3º57.81%50.2%-
XYZ10.476.9121.2-
YUV76.19157.24144.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.46%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=35.46%
G=19.15%
B=45.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100541280.220.5800.50277.340.6635.69
Hex643680163A0321152924
Octal1446620026720624255144
Binary110010011011010000000101101110100110010100010101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643680; }

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

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

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

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

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

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

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

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