#62307C

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

Shades of Kingfisher Daisy #62307C

Tints of Kingfisher Daisy #62307C

Color information

#62307C (or 0x62307C) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 30 and 7C. RGB value is (98,48,124). Sum of RGB (Red+Green+Blue) = 98+48+124=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #62307C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62307C is #9DCF83. Grayscale: #474747. Windows color (decimal): -10342276 or 8138850. OLE color: 8138850.

HSL color Cylindrical-coordinate representation of color #62307C: hue angle of 279.47º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62307C is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9848124-
CMYK0.210.6100.51
HSL279.47º44.19%33.73%-
HSV(B)279.47º61.29%48.63%-
XYZ9.736.1719.75-
YUV71.61157.56146.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.30%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 124 (48.83% from 255) = 45.93%
R=36.30%
G=17.78%
B=45.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98481240.210.6100.51279.4744.1933.73
Hex62307C153D0331172c22
Octal1426017425750634275442
Binary11000101100001111100101011111010110011100010111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62307C; }

 p { color: rgb(98,48,124); }

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

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

 a { background-color: rgb(98,48,124); }

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

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

 span { border-color: rgb(98,48,124); }

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