Html Css Color HEX #624072 Honey Flower

📋 copy color: '#624072'

red 98 ◦ green 64 ◦ blue 114

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

Shades of Honey Flower #624072

Tints of Honey Flower #624072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.19%

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

R = 35.51%
G = 23.19%
B = 41.3%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#624072 (or 0x624072) is known color: Honey Flower. HEX triplet: 62, 40 and 72. RGB value is (98,64,114). Sum of RGB (Red+Green+Blue) = 98+64+114=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #624072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624072 is #9DBF8D. Grayscale: #4F4F4F. Windows color (decimal): -10338190 or 7487586. OLE color: 7487586.

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

Color convert

RGB 98 64 114 -
CMYK 0.14 0.44 0 0.55
HSL 280.8º 0.28% 0.35% -
HSV(B) 280.8º 0.44% 0.45% -
XYZ 9.91 7.48 16.84 -
YUV 79.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 98 64 114 0.14 0.44 0 0.55 280.8 0.28 0.35
Hex 62 40 72 E 2C 0 37 119 1C 23
Octal 142 100 162 16 54 0 67 431 34 43
Binary 1100010 1000000 1110010 1110 101100 0 110111 100011001 11100 100011

Color Harmonies of #624072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624072

Black with #624072

Text Example


Text Example

White with #624072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624072; }

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

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

background-color css

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

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

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

border-color css

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

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

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