Html Css Color HEX #61496E Honey Flower

📋 copy color: '#61496E'

red 97 ◦ green 73 ◦ blue 110

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

Shades of Honey Flower #61496E

Tints of Honey Flower #61496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.07%

 BLUE value IS 110 (43.36% from 255) = 39.29%

R = 34.64%
G = 26.07%
B = 39.29%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#61496E (or 0x61496E) is known color: Honey Flower. HEX triplet: 61, 49 and 6E. RGB value is (97,73,110). Sum of RGB (Red+Green+Blue) = 97+73+110=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 110 - color contains mainly: blue. Hex color #61496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61496E is #9EB691. Grayscale: #545454. Windows color (decimal): -10401426 or 7227745. OLE color: 7227745.

HSL color Cylindrical-coordinate representation of color #61496E: hue angle of 278.92º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61496E is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 97 73 110 -
CMYK 0.12 0.34 0 0.57
HSL 278.92º 0.2% 0.36% -
HSV(B) 278.92º 0.34% 0.43% -
XYZ 10.13 8.43 15.85 -
YUV 84.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 97 73 110 0.12 0.34 0 0.57 278.92 0.2 0.36
Hex 61 49 6E C 22 0 39 117 14 24
Octal 141 111 156 14 42 0 71 427 24 44
Binary 1100001 1001001 1101110 1100 100010 0 111001 100010111 10100 100100

Color Harmonies of #61496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61496E

Black with #61496E

Text Example


Text Example

White with #61496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61496E; }

 p { color: rgb(97,73,110); }

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

background-color css

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

 a { background-color: rgb(97,73,110); }

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

border-color css

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

 span { border-color: rgb(97,73,110); }

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