Html Css Color HEX #624972 Honey Flower

📋 copy color: '#624972'

red 98 ◦ green 73 ◦ blue 114

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

Shades of Honey Flower #624972

Tints of Honey Flower #624972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.61%

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

R = 34.39%
G = 25.61%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#624972 (or 0x624972) is known color: Honey Flower. HEX triplet: 62, 49 and 72. RGB value is (98,73,114). Sum of RGB (Red+Green+Blue) = 98+73+114=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #624972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624972 is #9DB68D. Grayscale: #555555. Windows color (decimal): -10335886 or 7489890. OLE color: 7489890.

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

Color convert

RGB 98 73 114 -
CMYK 0.14 0.36 0 0.55
HSL 276.59º 0.22% 0.37% -
HSV(B) 276.59º 0.36% 0.45% -
XYZ 10.46 8.58 17.02 -
YUV 85.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 98 73 114 0.14 0.36 0 0.55 276.59 0.22 0.37
Hex 62 49 72 E 24 0 37 115 16 25
Octal 142 111 162 16 44 0 67 425 26 45
Binary 1100010 1001001 1110010 1110 100100 0 110111 100010101 10110 100101

Color Harmonies of #624972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624972

Black with #624972

Text Example


Text Example

White with #624972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624972; }

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

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

background-color css

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

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

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

border-color css

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

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

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