#642985

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

Shades of Kingfisher Daisy #642985

Tints of Kingfisher Daisy #642985

Color information

#642985 (or 0x642985) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 29 and 85. RGB value is (100,41,133). Sum of RGB (Red+Green+Blue) = 100+41+133=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #642985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642985 is #9BD67A. Grayscale: #444444. Windows color (decimal): -10212987 or 8726884. OLE color: 8726884.

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

Color convert

RGB10041133-
CMYK0.250.6900.48
HSL278.48º52.87%34.12%-
HSV(B)278.48º69.17%52.16%-
XYZ10.285.9922.8-
YUV69.13164.05150.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.50%
GREEN value IS 41 (16.41% from 255) = 14.96%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=36.50%
G=14.96%
B=48.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100411330.250.6900.48278.4852.8734.12
Hex64298519450301163522
Octal14451205311050604266542
Binary1100100101001100001011100110001010110000100010110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642985; }

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

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

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

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

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

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

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

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