#621C98

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

Shades of Kingfisher Daisy #621C98

Tints of Kingfisher Daisy #621C98

Color information

#621C98 (or 0x621C98) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 1C and 98. RGB value is (98,28,152). Sum of RGB (Red+Green+Blue) = 98+28+152=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #621C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621C98 is #9DE367. Grayscale: #3E3E3E. Windows color (decimal): -10347368 or 9968738. OLE color: 9968738.

HSL color Cylindrical-coordinate representation of color #621C98: hue angle of 273.87º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621C98 is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9828152-
CMYK0.360.8200.40
HSL273.87º68.89%35.29%-
HSV(B)273.87º81.58%59.61%-
XYZ11.125.6930.22-
YUV63.07178.19152.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.25%
GREEN value IS 28 (11.33% from 255) = 10.07%
BLUE value IS 152 (59.77% from 255) = 54.68%
R=35.25%
G=10.07%
B=54.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98281520.360.8200.40273.8768.8935.29
Hex621C9824520281124523
Octal142342304412205042210543
Binary11000101110010011000100100101001001010001000100101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,28,152); }

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

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

 a { background-color: rgb(98,28,152); }

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

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

 span { border-color: rgb(98,28,152); }

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