Html Css Color HEX #614770 Honey Flower

📋 copy color: '#614770'

red 97 ◦ green 71 ◦ blue 112

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

Shades of Honey Flower #614770

Tints of Honey Flower #614770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.36%

 BLUE value IS 112 (44.14% from 255) = 40%

R = 34.64%
G = 25.36%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#614770 (or 0x614770) is known color: Honey Flower. HEX triplet: 61, 47 and 70. RGB value is (97,71,112). Sum of RGB (Red+Green+Blue) = 97+71+112=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #614770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614770 is #9EB88F. Grayscale: #535353. Windows color (decimal): -10401936 or 7358305. OLE color: 7358305.

HSL color Cylindrical-coordinate representation of color #614770: hue angle of 278.05º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #614770 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 71 112 -
CMYK 0.13 0.37 0 0.56
HSL 278.05º 0.22% 0.36% -
HSV(B) 278.05º 0.37% 0.44% -
XYZ 10.11 8.22 16.38 -
YUV 83.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 97 71 112 0.13 0.37 0 0.56 278.05 0.22 0.36
Hex 61 47 70 D 25 0 38 116 16 24
Octal 141 107 160 15 45 0 70 426 26 44
Binary 1100001 1000111 1110000 1101 100101 0 111000 100010110 10110 100100

Color Harmonies of #614770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614770

Black with #614770

Text Example


Text Example

White with #614770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614770; }

 p { color: rgb(97,71,112); }

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

background-color css

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

 a { background-color: rgb(97,71,112); }

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

border-color css

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

 span { border-color: rgb(97,71,112); }

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