Html Css Color HEX #61486E Honey Flower

📋 copy color: '#61486E'

red 97 ◦ green 72 ◦ blue 110

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

Shades of Honey Flower #61486E

Tints of Honey Flower #61486E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.81%

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

R = 34.77%
G = 25.81%
B = 39.43%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#61486E (or 0x61486E) is known color: Honey Flower. HEX triplet: 61, 48 and 6E. RGB value is (97,72,110). Sum of RGB (Red+Green+Blue) = 97+72+110=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #61486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61486E is #9EB791. Grayscale: #535353. Windows color (decimal): -10401682 or 7227489. OLE color: 7227489.

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

Color convert

RGB 97 72 110 -
CMYK 0.12 0.35 0 0.57
HSL 279.47º 0.21% 0.36% -
HSV(B) 279.47º 0.35% 0.43% -
XYZ 10.06 8.3 15.82 -
YUV 83.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 97 72 110 0.12 0.35 0 0.57 279.47 0.21 0.36
Hex 61 48 6E C 23 0 39 117 15 24
Octal 141 110 156 14 43 0 71 427 25 44
Binary 1100001 1001000 1101110 1100 100011 0 111001 100010111 10101 100100

Color Harmonies of #61486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61486E

Black with #61486E

Text Example


Text Example

White with #61486E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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