Html Css Color HEX #621D8B Kingfisher Daisy

📋 copy color: '#621D8B'

red 98 ◦ green 29 ◦ blue 139

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

Shades of Kingfisher Daisy #621D8B

Tints of Kingfisher Daisy #621D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.26%

R = 36.84%
G = 10.9%
B = 52.26%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#621D8B (or 0x621D8B) is known color: Kingfisher Daisy. HEX triplet: 62, 1D and 8B. RGB value is (98,29,139). Sum of RGB (Red+Green+Blue) = 98+29+139=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #621D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621D8B is #9DE274. Grayscale: #3D3D3D. Windows color (decimal): -10347125 or 9117026. OLE color: 9117026.

HSL color Cylindrical-coordinate representation of color #621D8B: hue angle of 277.64º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #621D8B is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 29 139 -
CMYK 0.29 0.79 0 0.45
HSL 277.64º 0.65% 0.33% -
HSV(B) 277.64º 0.79% 0.55% -
XYZ 10.14 5.34 24.92 -
YUV 62.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 98 29 139 0.29 0.79 0 0.45 277.64 0.65 0.33
Hex 62 1D 8B 1D 4F 0 2D 116 41 21
Octal 142 35 213 35 117 0 55 426 101 41
Binary 1100010 11101 10001011 11101 1001111 0 101101 100010110 1000001 100001

Color Harmonies of #621D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D8B

Black with #621D8B

Text Example


Text Example

White with #621D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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