Html Css Color HEX #621988 Kingfisher Daisy

📋 copy color: '#621988'

red 98 ◦ green 25 ◦ blue 136

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

Shades of Kingfisher Daisy #621988

Tints of Kingfisher Daisy #621988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.51%

R = 37.84%
G = 9.65%
B = 52.51%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#621988 (or 0x621988) is known color: Kingfisher Daisy. HEX triplet: 62, 19 and 88. RGB value is (98,25,136). Sum of RGB (Red+Green+Blue) = 98+25+136=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #621988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621988 is #9DE677. Grayscale: #3B3B3B. Windows color (decimal): -10348152 or 8919394. OLE color: 8919394.

HSL color Cylindrical-coordinate representation of color #621988: hue angle of 279.46º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621988 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 25 136 -
CMYK 0.28 0.82 0 0.47
HSL 279.46º 0.69% 0.32% -
HSV(B) 279.46º 0.82% 0.53% -
XYZ 9.83 5.07 23.75 -
YUV 59.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 98 25 136 0.28 0.82 0 0.47 279.46 0.69 0.32
Hex 62 19 88 1C 52 0 2F 117 45 20
Octal 142 31 210 34 122 0 57 427 105 40
Binary 1100010 11001 10001000 11100 1010010 0 101111 100010111 1000101 100000

Color Harmonies of #621988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621988

Black with #621988

Text Example


Text Example

White with #621988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621988; }

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

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

background-color css

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

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

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

border-color css

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

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

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