#62298C

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

Shades of Kingfisher Daisy #62298C

Tints of Kingfisher Daisy #62298C

Color information

#62298C (or 0x62298C) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 29 and 8C. RGB value is (98,41,140). Sum of RGB (Red+Green+Blue) = 98+41+140=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #62298C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62298C is #9DD673. Grayscale: #444444. Windows color (decimal): -10344052 or 9185634. OLE color: 9185634.

HSL color Cylindrical-coordinate representation of color #62298C: hue angle of 274.55º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62298C is Cyan = 0.3, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9841140-
CMYK0.30.7100.45
HSL274.55º54.7%35.49%-
HSV(B)274.55º70.71%54.9%-
XYZ10.566.0825.43-
YUV69.33167.88148.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.13%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 140 (55.08% from 255) = 50.18%
R=35.13%
G=14.70%
B=50.18%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98411400.30.7100.45274.5554.735.49
Hex62298C1E4702D1133723
Octal14251214361070554236743
Binary1100010101001100011001111010001110101101100010011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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