Html Css Color HEX #624880 Kingfisher Daisy

📋 copy color: '#624880'

red 98 ◦ green 72 ◦ blue 128

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

Shades of Kingfisher Daisy #624880

Tints of Kingfisher Daisy #624880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.16%

 BLUE value IS 128 (50.39% from 255) = 42.95%

R = 32.89%
G = 24.16%
B = 42.95%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#624880 (or 0x624880) is known color: Kingfisher Daisy. HEX triplet: 62, 48 and 80. RGB value is (98,72,128). Sum of RGB (Red+Green+Blue) = 98+72+128=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #624880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624880 is #9DB77F. Grayscale: #555555. Windows color (decimal): -10336128 or 8407138. OLE color: 8407138.

HSL color Cylindrical-coordinate representation of color #624880: hue angle of 267.86º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #624880 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 72 128 -
CMYK 0.23 0.44 0 0.50
HSL 267.86º 0.28% 0.39% -
HSV(B) 267.86º 0.44% 0.5% -
XYZ 11.25 8.79 21.53 -
YUV 86.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 98 72 128 0.23 0.44 0 0.50 267.86 0.28 0.39
Hex 62 48 80 17 2C 0 32 10C 1C 27
Octal 142 110 200 27 54 0 62 414 34 47
Binary 1100010 1001000 10000000 10111 101100 0 110010 100001100 11100 100111

Color Harmonies of #624880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624880

Black with #624880

Text Example


Text Example

White with #624880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624880; }

 p { color: rgb(98,72,128); }

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

background-color css

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

 a { background-color: rgb(98,72,128); }

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

border-color css

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

 span { border-color: rgb(98,72,128); }

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