#624480

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

Shades of Kingfisher Daisy #624480

Tints of Kingfisher Daisy #624480

Color information

#624480 (or 0x624480) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 44 and 80. RGB value is (98,68,128). Sum of RGB (Red+Green+Blue) = 98+68+128=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #624480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624480 is #9DBB7F. Grayscale: #535353. Windows color (decimal): -10337152 or 8406114. OLE color: 8406114.

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

Color convert

RGB9868128-
CMYK0.230.4700.50
HSL270º30.61%38.43%-
HSV(B)270º46.88%50.2%-
XYZ118.2921.44-
YUV83.81152.94138.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.33%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=33.33%
G=23.13%
B=43.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98681280.230.4700.5027030.6138.43
Hex624480172F03210e1f26
Octal14210420027570624163746
Binary110001010001001000000010111101111011001010000111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624480; }

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

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

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

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

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

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

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

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