#664485

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

Shades of Kingfisher Daisy #664485

Tints of Kingfisher Daisy #664485

Color information

#664485 (or 0x664485) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 44 and 85. RGB value is (102,68,133). Sum of RGB (Red+Green+Blue) = 102+68+133=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #664485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664485 is #99BB7A. Grayscale: #555555. Windows color (decimal): -10075003 or 8733798. OLE color: 8733798.

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

Color convert

RGB10268133-
CMYK0.230.4900.48
HSL271.38º32.34%39.41%-
HSV(B)271.38º48.87%52.16%-
XYZ11.788.6523.24-
YUV85.58154.76139.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 133 (52.34% from 255) = 43.89%
R=33.66%
G=22.44%
B=43.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102681330.230.4900.48271.3832.3439.41
Hex664485173103010f2027
Octal14610420527610604174047
Binary1100110100010010000101101111100010110000100001111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664485; }

 p { color: rgb(102,68,133); }

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

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

 a { background-color: rgb(102,68,133); }

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

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

 span { border-color: rgb(102,68,133); }

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