#621B86

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

Shades of Kingfisher Daisy #621B86

Tints of Kingfisher Daisy #621B86

Color information

#621B86 (or 0x621B86) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 1B and 86. RGB value is (98,27,134). Sum of RGB (Red+Green+Blue) = 98+27+134=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #621B86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621B86 is #9DE479. Grayscale: #3C3C3C. Windows color (decimal): -10347642 or 8788834. OLE color: 8788834.

HSL color Cylindrical-coordinate representation of color #621B86: hue angle of 279.81º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621B86 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9827134-
CMYK0.270.8000.47
HSL279.81º66.46%31.57%-
HSV(B)279.81º79.85%52.55%-
XYZ9.735.123.03-
YUV60.43169.52154.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.84%
GREEN value IS 27 (10.94% from 255) = 10.42%
BLUE value IS 134 (52.73% from 255) = 51.74%
R=37.84%
G=10.42%
B=51.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98271340.270.8000.47279.8166.4631.57
Hex621B861B5002F1184220
Octal142332063312005743010240
Binary1100010110111000011011011101000001011111000110001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621B86; }

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

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

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

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

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

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

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

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