Html Css Color HEX #621F87 Kingfisher Daisy

📋 copy color: '#621F87'

red 98 ◦ green 31 ◦ blue 135

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

Shades of Kingfisher Daisy #621F87

Tints of Kingfisher Daisy #621F87

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.74%

 BLUE value IS 135 (53.13% from 255) = 51.14%

R = 37.12%
G = 11.74%
B = 51.14%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#621F87 (or 0x621F87) is known color: Kingfisher Daisy. HEX triplet: 62, 1F and 87. RGB value is (98,31,135). Sum of RGB (Red+Green+Blue) = 98+31+135=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #621F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621F87 is #9DE078. Grayscale: #3E3E3E. Windows color (decimal): -10346617 or 8855394. OLE color: 8855394.

HSL color Cylindrical-coordinate representation of color #621F87: hue angle of 278.65º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #621F87 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 31 135 -
CMYK 0.27 0.77 0 0.47
HSL 278.65º 0.63% 0.33% -
HSV(B) 278.65º 0.77% 0.53% -
XYZ 9.9 5.33 23.43 -
YUV 62.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 98 31 135 0.27 0.77 0 0.47 278.65 0.63 0.33
Hex 62 1F 87 1B 4D 0 2F 117 3F 21
Octal 142 37 207 33 115 0 57 427 77 41
Binary 1100010 11111 10000111 11011 1001101 0 101111 100010111 111111 100001

Color Harmonies of #621F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621F87

Black with #621F87

Text Example


Text Example

White with #621F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,31,135); }

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

background-color css

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

 a { background-color: rgb(98,31,135); }

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

border-color css

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

 span { border-color: rgb(98,31,135); }

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