Html Css Color HEX #614672 Honey Flower

📋 copy color: '#614672'

red 97 ◦ green 70 ◦ blue 114

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

Shades of Honey Flower #614672

Tints of Honey Flower #614672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

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

R = 34.52%
G = 24.91%
B = 40.57%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#614672 (or 0x614672) is known color: Honey Flower. HEX triplet: 61, 46 and 72. RGB value is (97,70,114). Sum of RGB (Red+Green+Blue) = 97+70+114=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #614672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614672 is #9EB98D. Grayscale: #525252. Windows color (decimal): -10402190 or 7489121. OLE color: 7489121.

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

Color convert

RGB 97 70 114 -
CMYK 0.15 0.39 0 0.55
HSL 276.82º 0.24% 0.36% -
HSV(B) 276.82º 0.39% 0.45% -
XYZ 10.16 8.14 16.95 -
YUV 83.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 97 70 114 0.15 0.39 0 0.55 276.82 0.24 0.36
Hex 61 46 72 F 27 0 37 115 18 24
Octal 141 106 162 17 47 0 67 425 30 44
Binary 1100001 1000110 1110010 1111 100111 0 110111 100010101 11000 100100

Color Harmonies of #614672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614672

Black with #614672

Text Example


Text Example

White with #614672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614672; }

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

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

background-color css

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

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

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

border-color css

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

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

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