Html Css Color HEX #624272 Honey Flower

📋 copy color: '#624272'

red 98 ◦ green 66 ◦ blue 114

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

Shades of Honey Flower #624272

Tints of Honey Flower #624272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.74%

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

R = 35.25%
G = 23.74%
B = 41.01%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#624272 (or 0x624272) is known color: Honey Flower. HEX triplet: 62, 42 and 72. RGB value is (98,66,114). Sum of RGB (Red+Green+Blue) = 98+66+114=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #624272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624272 is #9DBD8D. Grayscale: #505050. Windows color (decimal): -10337678 or 7488098. OLE color: 7488098.

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

Color convert

RGB 98 66 114 -
CMYK 0.14 0.42 0 0.55
HSL 280º 0.27% 0.35% -
HSV(B) 280º 0.42% 0.45% -
XYZ 10.02 7.71 16.88 -
YUV 81.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 98 66 114 0.14 0.42 0 0.55 280 0.27 0.35
Hex 62 42 72 E 2A 0 37 118 1B 23
Octal 142 102 162 16 52 0 67 430 33 43
Binary 1100010 1000010 1110010 1110 101010 0 110111 100011000 11011 100011

Color Harmonies of #624272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624272

Black with #624272

Text Example


Text Example

White with #624272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624272; }

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

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

background-color css

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

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

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

border-color css

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

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

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