Html Css Color HEX #621D81 Kingfisher Daisy

📋 copy color: '#621D81'

red 98 ◦ green 29 ◦ blue 129

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

Shades of Kingfisher Daisy #621D81

Tints of Kingfisher Daisy #621D81

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

 BLUE value IS 129 (50.78% from 255) = 50.39%

R = 38.28%
G = 11.33%
B = 50.39%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#621D81 (or 0x621D81) is known color: Kingfisher Daisy. HEX triplet: 62, 1D and 81. RGB value is (98,29,129). Sum of RGB (Red+Green+Blue) = 98+29+129=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #621D81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621D81 is #9DE27E. Grayscale: #3C3C3C. Windows color (decimal): -10347135 or 8461666. OLE color: 8461666.

HSL color Cylindrical-coordinate representation of color #621D81: hue angle of 281.4º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #621D81 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 29 129 -
CMYK 0.24 0.78 0 0.49
HSL 281.4º 0.63% 0.31% -
HSV(B) 281.4º 0.78% 0.51% -
XYZ 9.44 5.06 21.25 -
YUV 61.03 166.36 154.37 -
System Red Green Blue C M Y K H S L
Decimal 98 29 129 0.24 0.78 0 0.49 281.4 0.63 0.31
Hex 62 1D 81 18 4E 0 31 119 3F 1F
Octal 142 35 201 30 116 0 61 431 77 37
Binary 1100010 11101 10000001 11000 1001110 0 110001 100011001 111111 11111

Color Harmonies of #621D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D81

Black with #621D81

Text Example


Text Example

White with #621D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,29,129); }

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

background-color css

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

 a { background-color: rgb(98,29,129); }

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

border-color css

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

 span { border-color: rgb(98,29,129); }

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