Html Css Color HEX #61466F Honey Flower

📋 copy color: '#61466F'

red 97 ◦ green 70 ◦ blue 111

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

Shades of Honey Flower #61466F

Tints of Honey Flower #61466F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.93%

R = 34.89%
G = 25.18%
B = 39.93%

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

#61466F (or 0x61466F) is known color: Honey Flower. HEX triplet: 61, 46 and 6F. RGB value is (97,70,111). Sum of RGB (Red+Green+Blue) = 97+70+111=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #61466F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61466F is #9EB990. Grayscale: #525252. Windows color (decimal): -10402193 or 7292513. OLE color: 7292513.

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

Color convert

RGB 97 70 111 -
CMYK 0.13 0.37 0 0.56
HSL 279.51º 0.23% 0.35% -
HSV(B) 279.51º 0.37% 0.44% -
XYZ 9.99 8.07 16.07 -
YUV 82.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 97 70 111 0.13 0.37 0 0.56 279.51 0.23 0.35
Hex 61 46 6F D 25 0 38 118 17 23
Octal 141 106 157 15 45 0 70 430 27 43
Binary 1100001 1000110 1101111 1101 100101 0 111000 100011000 10111 100011

Color Harmonies of #61466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61466F

Black with #61466F

Text Example


Text Example

White with #61466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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