Html Css Color HEX #614269 Honey Flower

📋 copy color: '#614269'

red 97 ◦ green 66 ◦ blue 105

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

Shades of Honey Flower #614269

Tints of Honey Flower #614269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.63%

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

R = 36.19%
G = 24.63%
B = 39.18%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#614269 (or 0x614269) is known color: Honey Flower. HEX triplet: 61, 42 and 69. RGB value is (97,66,105). Sum of RGB (Red+Green+Blue) = 97+66+105=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 105 - color contains mainly: blue. Hex color #614269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614269 is #9EBD96. Grayscale: #4F4F4F. Windows color (decimal): -10403223 or 6898273. OLE color: 6898273.

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

Color convert

RGB 97 66 105 -
CMYK 0.08 0.37 0 0.59
HSL 287.69º 0.23% 0.34% -
HSV(B) 287.69º 0.37% 0.41% -
XYZ 9.43 7.46 14.31 -
YUV 79.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 97 66 105 0.08 0.37 0 0.59 287.69 0.23 0.34
Hex 61 42 69 8 25 0 3B 120 17 22
Octal 141 102 151 10 45 0 73 440 27 42
Binary 1100001 1000010 1101001 1000 100101 0 111011 100100000 10111 100010

Color Harmonies of #614269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614269

Black with #614269

Text Example


Text Example

White with #614269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614269; }

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

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

background-color css

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

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

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

border-color css

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

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

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