Html Css Color HEX #621998 Kingfisher Daisy

📋 copy color: '#621998'

red 98 ◦ green 25 ◦ blue 152

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

Shades of Kingfisher Daisy #621998

Tints of Kingfisher Daisy #621998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

 BLUE value IS 152 (59.77% from 255) = 55.27%

R = 35.64%
G = 9.09%
B = 55.27%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#621998 (or 0x621998) is known color: Kingfisher Daisy. HEX triplet: 62, 19 and 98. RGB value is (98,25,152). Sum of RGB (Red+Green+Blue) = 98+25+152=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #621998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621998 is #9DE667. Grayscale: #3C3C3C. Windows color (decimal): -10348136 or 9967970. OLE color: 9967970.

HSL color Cylindrical-coordinate representation of color #621998: hue angle of 274.49º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621998 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 25 152 -
CMYK 0.36 0.84 0 0.40
HSL 274.49º 0.72% 0.35% -
HSV(B) 274.49º 0.84% 0.6% -
XYZ 11.05 5.56 30.2 -
YUV 61.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 98 25 152 0.36 0.84 0 0.40 274.49 0.72 0.35
Hex 62 19 98 24 54 0 28 112 48 23
Octal 142 31 230 44 124 0 50 422 110 43
Binary 1100010 11001 10011000 100100 1010100 0 101000 100010010 1001000 100011

Color Harmonies of #621998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621998

Black with #621998

Text Example


Text Example

White with #621998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621998; }

 p { color: rgb(98,25,152); }

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

background-color css

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

 a { background-color: rgb(98,25,152); }

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

border-color css

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

 span { border-color: rgb(98,25,152); }

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