Html Css Color HEX #621D8C Kingfisher Daisy

📋 copy color: '#621D8C'

red 98 ◦ green 29 ◦ blue 140

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

Shades of Kingfisher Daisy #621D8C

Tints of Kingfisher Daisy #621D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.43%

R = 36.7%
G = 10.86%
B = 52.43%

CMYK

 C value IS 0.3

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#621D8C (or 0x621D8C) is known color: Kingfisher Daisy. HEX triplet: 62, 1D and 8C. RGB value is (98,29,140). Sum of RGB (Red+Green+Blue) = 98+29+140=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #621D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621D8C is #9DE273. Grayscale: #3D3D3D. Windows color (decimal): -10347124 or 9182562. OLE color: 9182562.

HSL color Cylindrical-coordinate representation of color #621D8C: hue angle of 277.3º degrees, saturation: 0.66, 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 #621D8C is Cyan = 0.3, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 29 140 -
CMYK 0.3 0.79 0 0.45
HSL 277.3º 0.66% 0.33% -
HSV(B) 277.3º 0.79% 0.55% -
XYZ 10.21 5.37 25.31 -
YUV 62.29 171.86 153.47 -
System Red Green Blue C M Y K H S L
Decimal 98 29 140 0.3 0.79 0 0.45 277.3 0.66 0.33
Hex 62 1D 8C 1E 4F 0 2D 115 42 21
Octal 142 35 214 36 117 0 55 425 102 41
Binary 1100010 11101 10001100 11110 1001111 0 101101 100010101 1000010 100001

Color Harmonies of #621D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D8C

Black with #621D8C

Text Example


Text Example

White with #621D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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