#663085

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

Shades of Kingfisher Daisy #663085

Tints of Kingfisher Daisy #663085

Color information

#663085 (or 0x663085) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 30 and 85. RGB value is (102,48,133). Sum of RGB (Red+Green+Blue) = 102+48+133=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #663085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663085 is #99CF7A. Grayscale: #494949. Windows color (decimal): -10080123 or 8728678. OLE color: 8728678.

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

Color convert

RGB10248133-
CMYK0.230.6400.48
HSL278.12º46.96%35.49%-
HSV(B)278.12º63.91%52.16%-
XYZ10.776.6322.9-
YUV73.84161.39148.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=36.04%
G=16.96%
B=47.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102481330.230.6400.48278.1246.9635.49
Hex66308517400301162f23
Octal14660205271000604265743
Binary1100110110000100001011011110000000110000100010110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663085; }

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

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

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

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

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

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

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

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