#662981

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

Shades of Kingfisher Daisy #662981

Tints of Kingfisher Daisy #662981

Color information

#662981 (or 0x662981) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 29 and 81. RGB value is (102,41,129). Sum of RGB (Red+Green+Blue) = 102+41+129=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #662981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662981 is #99D67E. Grayscale: #444444. Windows color (decimal): -10081919 or 8464742. OLE color: 8464742.

HSL color Cylindrical-coordinate representation of color #662981: hue angle of 281.59º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662981 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10241129-
CMYK0.210.6800.49
HSL281.59º51.76%33.33%-
HSV(B)281.59º68.22%50.59%-
XYZ10.23621.39-
YUV69.27161.71151.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 41 (16.41% from 255) = 15.07%
BLUE value IS 129 (50.78% from 255) = 47.43%
R=37.5%
G=15.07%
B=47.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102411290.210.6800.49281.5951.7633.33
Hex662981154403111a3421
Octal14651201251040614326441
Binary1100110101001100000011010110001000110001100011010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662981; }

 p { color: rgb(102,41,129); }

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

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

 a { background-color: rgb(102,41,129); }

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

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

 span { border-color: rgb(102,41,129); }

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