Html Css Color HEX #621D97 Kingfisher Daisy

📋 copy color: '#621D97'

red 98 ◦ green 29 ◦ blue 151

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

Shades of Kingfisher Daisy #621D97

Tints of Kingfisher Daisy #621D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 54.32%

R = 35.25%
G = 10.43%
B = 54.32%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#621D97 (or 0x621D97) is known color: Kingfisher Daisy. HEX triplet: 62, 1D and 97. RGB value is (98,29,151). Sum of RGB (Red+Green+Blue) = 98+29+151=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #621D97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621D97 is #9DE268. Grayscale: #3F3F3F. Windows color (decimal): -10347113 or 9903458. OLE color: 9903458.

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

Color convert

RGB 98 29 151 -
CMYK 0.35 0.81 0 0.41
HSL 273.93º 0.68% 0.35% -
HSV(B) 273.93º 0.81% 0.59% -
XYZ 11.06 5.71 29.8 -
YUV 63.54 177.36 152.58 -
System Red Green Blue C M Y K H S L
Decimal 98 29 151 0.35 0.81 0 0.41 273.93 0.68 0.35
Hex 62 1D 97 23 51 0 29 112 44 23
Octal 142 35 227 43 121 0 51 422 104 43
Binary 1100010 11101 10010111 100011 1010001 0 101001 100010010 1000100 100011

Color Harmonies of #621D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D97

Black with #621D97

Text Example


Text Example

White with #621D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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