Html Css Color HEX #621E88 Kingfisher Daisy

📋 copy color: '#621E88'

red 98 ◦ green 30 ◦ blue 136

#621E88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #621E88

Tints of Kingfisher Daisy #621E88

RGB

 RED value IS 98 (38.67% from 255) = 37.12%

 GREEN value IS 30 (12.11% from 255) = 11.36%

 BLUE value IS 136 (53.52% from 255) = 51.52%

R = 37.12%
G = 11.36%
B = 51.52%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#621E88 (or 0x621E88) is known color: Kingfisher Daisy. HEX triplet: 62, 1E and 88. RGB value is (98,30,136). Sum of RGB (Red+Green+Blue) = 98+30+136=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #621E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621E88 is #9DE177. Grayscale: #3E3E3E. Windows color (decimal): -10346872 or 8920674. OLE color: 8920674.

HSL color Cylindrical-coordinate representation of color #621E88: hue angle of 278.49º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #621E88 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 30 136 -
CMYK 0.28 0.78 0 0.47
HSL 278.49º 0.64% 0.33% -
HSV(B) 278.49º 0.78% 0.53% -
XYZ 9.95 5.3 23.79 -
YUV 62.42 169.53 153.38 -
System Red Green Blue C M Y K H S L
Decimal 98 30 136 0.28 0.78 0 0.47 278.49 0.64 0.33
Hex 62 1E 88 1C 4E 0 2F 116 40 21
Octal 142 36 210 34 116 0 57 426 100 41
Binary 1100010 11110 10001000 11100 1001110 0 101111 100010110 1000000 100001

Color Harmonies of #621E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E88

Black with #621E88

Text Example


Text Example

White with #621E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,30,136); }

 H1.HeaderClassName
 {
   color: #621E88;
 }
 .AnyTagClassName
 {
   color: #621E88;
 }
</style>

background-color css

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

 a { background-color: rgb(98,30,136); }

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

border-color css

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

 span { border-color: rgb(98,30,136); }

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