Html Css Color HEX #624872 Honey Flower

📋 copy color: '#624872'

red 98 ◦ green 72 ◦ blue 114

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

Shades of Honey Flower #624872

Tints of Honey Flower #624872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.14%

R = 34.51%
G = 25.35%
B = 40.14%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#624872 (or 0x624872) is known color: Honey Flower. HEX triplet: 62, 48 and 72. RGB value is (98,72,114). Sum of RGB (Red+Green+Blue) = 98+72+114=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #624872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624872 is #9DB78D. Grayscale: #545454. Windows color (decimal): -10336142 or 7489634. OLE color: 7489634.

HSL color Cylindrical-coordinate representation of color #624872: hue angle of 277.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #624872 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 72 114 -
CMYK 0.14 0.37 0 0.55
HSL 277.14º 0.23% 0.36% -
HSV(B) 277.14º 0.37% 0.45% -
XYZ 10.39 8.45 17 -
YUV 84.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 98 72 114 0.14 0.37 0 0.55 277.14 0.23 0.36
Hex 62 48 72 E 25 0 37 115 17 24
Octal 142 110 162 16 45 0 67 425 27 44
Binary 1100010 1001000 1110010 1110 100101 0 110111 100010101 10111 100100

Color Harmonies of #624872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624872

Black with #624872

Text Example


Text Example

White with #624872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624872; }

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

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

background-color css

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

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

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

border-color css

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

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

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