#622180

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

Shades of Kingfisher Daisy #622180

Tints of Kingfisher Daisy #622180

Color information

#622180 (or 0x622180) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 21 and 80. RGB value is (98,33,128). Sum of RGB (Red+Green+Blue) = 98+33+128=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #622180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622180 is #9DDE7F. Grayscale: #3E3E3E. Windows color (decimal): -10346112 or 8397154. OLE color: 8397154.

HSL color Cylindrical-coordinate representation of color #622180: hue angle of 281.05º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #622180 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9833128-
CMYK0.230.7400.50
HSL281.05º59.01%31.57%-
HSV(B)281.05º74.22%50.2%-
XYZ9.485.2420.93-
YUV63.26164.53152.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.84%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 128 (50.39% from 255) = 49.42%
R=37.84%
G=12.74%
B=49.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98331280.230.7400.50281.0559.0131.57
Hex622180174A0321193b20
Octal14241200271120624317340
Binary1100010100001100000001011110010100110010100011001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622180; }

 p { color: rgb(98,33,128); }

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

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

 a { background-color: rgb(98,33,128); }

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

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

 span { border-color: rgb(98,33,128); }

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