#643085

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

Shades of Kingfisher Daisy #643085

Tints of Kingfisher Daisy #643085

Color information

#643085 (or 0x643085) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 30 and 85. RGB value is (100,48,133). Sum of RGB (Red+Green+Blue) = 100+48+133=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #643085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643085 is #9BCF7A. Grayscale: #484848. Windows color (decimal): -10211195 or 8728676. OLE color: 8728676.

HSL color Cylindrical-coordinate representation of color #643085: hue angle of 276.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #643085 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10048133-
CMYK0.250.6400.48
HSL276.71º46.96%35.49%-
HSV(B)276.71º63.91%52.16%-
XYZ10.556.5222.89-
YUV73.24161.73147.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.59%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 133 (52.34% from 255) = 47.33%
R=35.59%
G=17.08%
B=47.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100481330.250.6400.48276.7146.9635.49
Hex64308519400301152f23
Octal14460205311000604255743
Binary1100100110000100001011100110000000110000100010101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643085; }

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

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

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

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

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

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

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

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