Html Css Color HEX #614376 Honey Flower

📋 copy color: '#614376'

red 97 ◦ green 67 ◦ blue 118

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

Shades of Honey Flower #614376

Tints of Honey Flower #614376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.76%

 BLUE value IS 118 (46.48% from 255) = 41.84%

R = 34.4%
G = 23.76%
B = 41.84%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#614376 (or 0x614376) is known color: Honey Flower. HEX triplet: 61, 43 and 76. RGB value is (97,67,118). Sum of RGB (Red+Green+Blue) = 97+67+118=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #614376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614376 is #9EBC89. Grayscale: #515151. Windows color (decimal): -10402954 or 7750497. OLE color: 7750497.

HSL color Cylindrical-coordinate representation of color #614376: hue angle of 275.29º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #614376 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 67 118 -
CMYK 0.18 0.43 0 0.54
HSL 275.29º 0.28% 0.36% -
HSV(B) 275.29º 0.43% 0.46% -
XYZ 10.21 7.86 18.12 -
YUV 81.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 97 67 118 0.18 0.43 0 0.54 275.29 0.28 0.36
Hex 61 43 76 12 2B 0 36 113 1C 24
Octal 141 103 166 22 53 0 66 423 34 44
Binary 1100001 1000011 1110110 10010 101011 0 110110 100010011 11100 100100

Color Harmonies of #614376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614376

Black with #614376

Text Example


Text Example

White with #614376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614376; }

 p { color: rgb(97,67,118); }

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

background-color css

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

 a { background-color: rgb(97,67,118); }

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

border-color css

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

 span { border-color: rgb(97,67,118); }

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