#663082

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

Shades of Kingfisher Daisy #663082

Tints of Kingfisher Daisy #663082

Color information

#663082 (or 0x663082) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 30 and 82. RGB value is (102,48,130). Sum of RGB (Red+Green+Blue) = 102+48+130=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #663082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663082 is #99CF7D. Grayscale: #494949. Windows color (decimal): -10080126 or 8532070. OLE color: 8532070.

HSL color Cylindrical-coordinate representation of color #663082: hue angle of 279.51º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #663082 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10248130-
CMYK0.220.6300.49
HSL279.51º46.07%34.9%-
HSV(B)279.51º63.08%50.98%-
XYZ10.576.5521.83-
YUV73.49159.89148.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 48 (19.14% from 255) = 17.14%
BLUE value IS 130 (51.17% from 255) = 46.43%
R=36.43%
G=17.14%
B=46.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102481300.220.6300.49279.5146.0734.9
Hex663082163F0311182e23
Octal1466020226770614305643
Binary110011011000010000010101101111110110001100011000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663082; }

 p { color: rgb(102,48,130); }

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

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

 a { background-color: rgb(102,48,130); }

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

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

 span { border-color: rgb(102,48,130); }

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