#642C85

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

Shades of Kingfisher Daisy #642C85

Tints of Kingfisher Daisy #642C85

Color information

#642C85 (or 0x642C85) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 2C and 85. RGB value is (100,44,133). Sum of RGB (Red+Green+Blue) = 100+44+133=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #642C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642C85 is #9BD37A. Grayscale: #464646. Windows color (decimal): -10212219 or 8727652. OLE color: 8727652.

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

Color convert

RGB10044133-
CMYK0.250.6700.48
HSL277.75º50.28%34.71%-
HSV(B)277.75º66.92%52.16%-
XYZ10.396.222.84-
YUV70.89163.05148.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 44 (17.58% from 255) = 15.88%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=36.10%
G=15.88%
B=48.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100441330.250.6700.48277.7550.2834.71
Hex642C8519430301163223
Octal14454205311030604266243
Binary1100100101100100001011100110000110110000100010110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642C85; }

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

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

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

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

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

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

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

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