Html Css Color HEX #614872 Honey Flower

📋 copy color: '#614872'

red 97 ◦ green 72 ◦ blue 114

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

Shades of Honey Flower #614872

Tints of Honey Flower #614872

RGB

 RED value IS 97 (38.28% from 255) = 34.28%

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

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

R = 34.28%
G = 25.44%
B = 40.28%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#614872 (or 0x614872) is known color: Honey Flower. HEX triplet: 61, 48 and 72. RGB value is (97,72,114). Sum of RGB (Red+Green+Blue) = 97+72+114=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #614872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614872 is #9EB78D. Grayscale: #545454. Windows color (decimal): -10401678 or 7489633. OLE color: 7489633.

HSL color Cylindrical-coordinate representation of color #614872: hue angle of 275.71º 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 #614872 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 72 114 -
CMYK 0.15 0.37 0 0.55
HSL 275.71º 0.23% 0.36% -
HSV(B) 275.71º 0.37% 0.45% -
XYZ 10.28 8.39 17 -
YUV 84.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 97 72 114 0.15 0.37 0 0.55 275.71 0.23 0.36
Hex 61 48 72 F 25 0 37 114 17 24
Octal 141 110 162 17 45 0 67 424 27 44
Binary 1100001 1001000 1110010 1111 100101 0 110111 100010100 10111 100100

Color Harmonies of #614872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614872

Black with #614872

Text Example


Text Example

White with #614872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614872; }

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

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

background-color css

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

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

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

border-color css

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

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

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