#663F85

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

Shades of Kingfisher Daisy #663F85

Tints of Kingfisher Daisy #663F85

Color information

#663F85 (or 0x663F85) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 3F and 85. RGB value is (102,63,133). Sum of RGB (Red+Green+Blue) = 102+63+133=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #663F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663F85 is #99C07A. Grayscale: #525252. Windows color (decimal): -10076283 or 8732518. OLE color: 8732518.

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

Color convert

RGB10263133-
CMYK0.230.5300.48
HSL273.43º35.71%38.43%-
HSV(B)273.43º52.63%52.16%-
XYZ11.498.0723.14-
YUV82.64156.42141.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 63 (25% from 255) = 21.14%
BLUE value IS 133 (52.34% from 255) = 44.63%
R=34.23%
G=21.14%
B=44.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102631330.230.5300.48273.4335.7138.43
Hex663F8517350301112426
Octal1467720527650604214446
Binary110011011111110000101101111101010110000100010001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663F85; }

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

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

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

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

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

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

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

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