#621C94

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

Shades of Kingfisher Daisy #621C94

Tints of Kingfisher Daisy #621C94

Color information

#621C94 (or 0x621C94) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 1C and 94. RGB value is (98,28,148). Sum of RGB (Red+Green+Blue) = 98+28+148=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #621C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621C94 is #9DE36B. Grayscale: #3E3E3E. Windows color (decimal): -10347372 or 9706594. OLE color: 9706594.

HSL color Cylindrical-coordinate representation of color #621C94: hue angle of 275º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621C94 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9828148-
CMYK0.340.8100.42
HSL275º68.18%34.51%-
HSV(B)275º81.08%58.04%-
XYZ10.85.5728.52-
YUV62.61176.19153.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 28 (11.33% from 255) = 10.22%
BLUE value IS 148 (58.20% from 255) = 54.01%
R=35.77%
G=10.22%
B=54.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98281480.340.8100.4227568.1834.51
Hex621C94225102A1134423
Octal142342244212105242310443
Binary11000101110010010100100010101000101010101000100111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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