#644285

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

Shades of Kingfisher Daisy #644285

Tints of Kingfisher Daisy #644285

Color information

#644285 (or 0x644285) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 42 and 85. RGB value is (100,66,133). Sum of RGB (Red+Green+Blue) = 100+66+133=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #644285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644285 is #9BBD7A. Grayscale: #535353. Windows color (decimal): -10206587 or 8733284. OLE color: 8733284.

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

Color convert

RGB10066133-
CMYK0.250.5000.48
HSL270.45º33.67%39.02%-
HSV(B)270.45º50.38%52.16%-
XYZ11.448.323.19-
YUV83.8155.76139.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.44%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=33.44%
G=22.07%
B=44.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100661330.250.5000.48270.4533.6739.02
Hex644285193203010e2227
Octal14410220531620604164247
Binary1100100100001010000101110011100100110000100001110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644285; }

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

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

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

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

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

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

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

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