#622986

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

Shades of Kingfisher Daisy #622986

Tints of Kingfisher Daisy #622986

Color information

#622986 (or 0x622986) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 29 and 86. RGB value is (98,41,134). Sum of RGB (Red+Green+Blue) = 98+41+134=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #622986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622986 is #9DD679. Grayscale: #444444. Windows color (decimal): -10344058 or 8792418. OLE color: 8792418.

HSL color Cylindrical-coordinate representation of color #622986: hue angle of 276.77º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #622986 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9841134-
CMYK0.270.6900.47
HSL276.77º53.14%34.31%-
HSV(B)276.77º69.4%52.55%-
XYZ10.135.923.16-
YUV68.64164.88148.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.90%
GREEN value IS 41 (16.41% from 255) = 15.02%
BLUE value IS 134 (52.73% from 255) = 49.08%
R=35.90%
G=15.02%
B=49.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98411340.270.6900.47276.7753.1434.31
Hex6229861B4502F1153522
Octal14251206331050574256542
Binary1100010101001100001101101110001010101111100010101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622986; }

 p { color: rgb(98,41,134); }

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

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

 a { background-color: rgb(98,41,134); }

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

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

 span { border-color: rgb(98,41,134); }

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