#663485

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

Shades of Kingfisher Daisy #663485

Tints of Kingfisher Daisy #663485

Color information

#663485 (or 0x663485) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 34 and 85. RGB value is (102,52,133). Sum of RGB (Red+Green+Blue) = 102+52+133=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #663485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663485 is #99CB7A. Grayscale: #4B4B4B. Windows color (decimal): -10079099 or 8729702. OLE color: 8729702.

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

Color convert

RGB10252133-
CMYK0.230.6100.48
HSL277.04º43.78%36.27%-
HSV(B)277.04º60.9%52.16%-
XYZ10.946.9722.96-
YUV76.18160.06146.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=35.54%
G=18.12%
B=46.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102521330.230.6100.48277.0443.7836.27
Hex663485173D0301152c24
Octal1466420527750604255444
Binary110011011010010000101101111111010110000100010101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663485; }

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

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

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

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

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

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

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

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