#644085

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

Shades of Kingfisher Daisy #644085

Tints of Kingfisher Daisy #644085

Color information

#644085 (or 0x644085) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 40 and 85. RGB value is (100,64,133). Sum of RGB (Red+Green+Blue) = 100+64+133=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #644085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644085 is #9BBF7A. Grayscale: #525252. Windows color (decimal): -10207099 or 8732772. OLE color: 8732772.

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

Color convert

RGB10064133-
CMYK0.250.5200.48
HSL271.3º35.03%38.63%-
HSV(B)271.3º51.88%52.16%-
XYZ11.328.0723.15-
YUV82.63156.43140.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 133 (52.34% from 255) = 44.78%
R=33.67%
G=21.55%
B=44.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100641330.250.5200.48271.335.0338.63
Hex644085193403010f2327
Octal14410020531640604174347
Binary1100100100000010000101110011101000110000100001111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644085; }

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

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

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

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

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

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

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

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