Html Css Color HEX #61466D Honey Flower

📋 copy color: '#61466D'

red 97 ◦ green 70 ◦ blue 109

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

Shades of Honey Flower #61466D

Tints of Honey Flower #61466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.49%

R = 35.14%
G = 25.36%
B = 39.49%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#61466D (or 0x61466D) is known color: Honey Flower. HEX triplet: 61, 46 and 6D. RGB value is (97,70,109). Sum of RGB (Red+Green+Blue) = 97+70+109=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #61466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61466D is #9EB992. Grayscale: #525252. Windows color (decimal): -10402195 or 7161441. OLE color: 7161441.

HSL color Cylindrical-coordinate representation of color #61466D: hue angle of 281.54º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61466D is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 97 70 109 -
CMYK 0.11 0.36 0 0.57
HSL 281.54º 0.22% 0.35% -
HSV(B) 281.54º 0.36% 0.43% -
XYZ 9.88 8.03 15.5 -
YUV 82.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 97 70 109 0.11 0.36 0 0.57 281.54 0.22 0.35
Hex 61 46 6D B 24 0 39 11A 16 23
Octal 141 106 155 13 44 0 71 432 26 43
Binary 1100001 1000110 1101101 1011 100100 0 111001 100011010 10110 100011

Color Harmonies of #61466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61466D

Black with #61466D

Text Example


Text Example

White with #61466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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