#663484

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

Shades of Kingfisher Daisy #663484

Tints of Kingfisher Daisy #663484

Color information

#663484 (or 0x663484) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 34 and 84. RGB value is (102,52,132). Sum of RGB (Red+Green+Blue) = 102+52+132=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #663484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663484 is #99CB7B. Grayscale: #4B4B4B. Windows color (decimal): -10079100 or 8664166. OLE color: 8664166.

HSL color Cylindrical-coordinate representation of color #663484: hue angle of 277.5º degrees, saturation: 0.43, 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 #663484 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10252132-
CMYK0.230.6100.48
HSL277.5º43.48%36.08%-
HSV(B)277.5º60.61%51.76%-
XYZ10.876.9522.6-
YUV76.07159.56146.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.66%
GREEN value IS 52 (20.70% from 255) = 18.18%
BLUE value IS 132 (51.95% from 255) = 46.15%
R=35.66%
G=18.18%
B=46.15%

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
Decimal102521320.230.6100.48277.543.4836.08
Hex663484173D0301162b24
Octal1466420427750604265344
Binary110011011010010000100101111111010110000100010110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663484; }

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

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

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

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

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

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

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

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