Html Css Color HEX #614069 Honey Flower

📋 copy color: '#614069'

red 97 ◦ green 64 ◦ blue 105

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

Shades of Honey Flower #614069

Tints of Honey Flower #614069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.06%

 BLUE value IS 105 (41.41% from 255) = 39.47%

R = 36.47%
G = 24.06%
B = 39.47%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#614069 (or 0x614069) is known color: Honey Flower. HEX triplet: 61, 40 and 69. RGB value is (97,64,105). Sum of RGB (Red+Green+Blue) = 97+64+105=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: blue. Hex color #614069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614069 is #9EBF96. Grayscale: #4E4E4E. Windows color (decimal): -10403735 or 6897761. OLE color: 6897761.

HSL color Cylindrical-coordinate representation of color #614069: hue angle of 288.29º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #614069 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 64 105 -
CMYK 0.08 0.39 0 0.59
HSL 288.29º 0.24% 0.33% -
HSV(B) 288.29º 0.39% 0.41% -
XYZ 9.31 7.23 14.27 -
YUV 78.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 97 64 105 0.08 0.39 0 0.59 288.29 0.24 0.33
Hex 61 40 69 8 27 0 3B 120 18 21
Octal 141 100 151 10 47 0 73 440 30 41
Binary 1100001 1000000 1101001 1000 100111 0 111011 100100000 11000 100001

Color Harmonies of #614069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614069

Black with #614069

Text Example


Text Example

White with #614069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614069; }

 p { color: rgb(97,64,105); }

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

background-color css

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

 a { background-color: rgb(97,64,105); }

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

border-color css

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

 span { border-color: rgb(97,64,105); }

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